Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions packages/ui/components/Static/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,17 +241,6 @@ export function Footer() {
{t("footer.company.partners")}
</Link>
</li>
<li>
<a
href="https://find-and-update.company-information.service.gov.uk/company/15432941"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-muted-foreground hover:text-foreground transition-colors inline-flex items-center gap-1 group"
>
{t("footer.company.companyInfo")}
<ExternalLink className="w-3 h-3 opacity-0 -translate-x-1 group-hover:opacity-50 group-hover:translate-x-0 transition-all" />
</a>
</li>
<li>
<Link
href="/changelog"
Expand Down Expand Up @@ -279,4 +268,4 @@ export function Footer() {
</div>
</footer>
)
}
}
7 changes: 0 additions & 7 deletions packages/ui/components/Static/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ export function Navigation() {
description: t("company.contact.description"),
icon: Mail,
},
{
title: t("company.github.title"),
href: "https://github.com/nodebyte",
description: t("company.github.description"),
icon: ExternalLink,
external: true,
},
]

const services = [
Expand Down