From fd506ba47476657a39de1705c8dae47531079c52 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 18 Jan 2025 18:42:49 +0000 Subject: [PATCH] feat: redesign header and footer --- app/components/Footer.tsx | 9 +++--- app/components/Header.tsx | 63 +++++++++++++++++++++++++++----------- app/components/TabLink.tsx | 33 -------------------- 3 files changed, 50 insertions(+), 55 deletions(-) delete mode 100644 app/components/TabLink.tsx diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 703f221..097024e 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -16,9 +16,10 @@ export default function Footer({ url, debug }: FooterProps) {