From c498086ae68fe86c2318cc88042c065d9fdfdcfc Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sat, 11 Jul 2026 23:53:09 -0600 Subject: [PATCH 1/2] Remove company info link from footer Removed company information link from footer. --- packages/ui/components/Static/footer.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/packages/ui/components/Static/footer.tsx b/packages/ui/components/Static/footer.tsx index 9882ee1..ca2aa30 100644 --- a/packages/ui/components/Static/footer.tsx +++ b/packages/ui/components/Static/footer.tsx @@ -241,17 +241,6 @@ export function Footer() { {t("footer.company.partners")} -
  • - - {t("footer.company.companyInfo")} - - -
  • ) -} \ No newline at end of file +} From b7599337bf44dbc4678d652b100ed66c2c7902b0 Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sat, 11 Jul 2026 23:53:37 -0600 Subject: [PATCH 2/2] Remove GitHub link from navigation Removed GitHub link from navigation menu. --- packages/ui/components/Static/navigation.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/ui/components/Static/navigation.tsx b/packages/ui/components/Static/navigation.tsx index 62d931f..c78529f 100644 --- a/packages/ui/components/Static/navigation.tsx +++ b/packages/ui/components/Static/navigation.tsx @@ -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 = [