From 033c9f9bd09d55318d1926915b48ceb7815c30bd Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:00:08 -0800 Subject: [PATCH] feat: Enhanced footer with multi-column layout and bug tracker link --- frontend/components/layout/footer.tsx | 60 ++++++++++++++++++++++----- 1 file changed, 50 insertions(+), 10 deletions(-) diff --git a/frontend/components/layout/footer.tsx b/frontend/components/layout/footer.tsx index cb569e7..86c3e78 100644 --- a/frontend/components/layout/footer.tsx +++ b/frontend/components/layout/footer.tsx @@ -2,17 +2,57 @@ import Link from "next/link" export function Footer() { return ( -