From 1e3714b8348bcafce38a8fa2bb01f60af2851c93 Mon Sep 17 00:00:00 2001 From: universe7creator Date: Sat, 4 Apr 2026 02:46:05 +0300 Subject: [PATCH] fix: replace #0 with / for Home link in footer The Home link in the footer was pointing to #0 which doesn't navigate anywhere. Changed href from #0 to / to properly link to the homepage. This fixes the broken footer links issue #3621. Co-Authored-By: Claude Opus 4.6 --- components/ui/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/footer.tsx b/components/ui/footer.tsx index 5b52bbe3..8c267224 100644 --- a/components/ui/footer.tsx +++ b/components/ui/footer.tsx @@ -75,7 +75,7 @@ export default function Footer() {
Company