From 418a98992a5b038bfcd422ac6f665c3b2da775da Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 25 Oct 2024 14:19:41 -0400 Subject: [PATCH] making the watch page and header more responensive --- app/footer.tsx | 19 +++++--- app/header.tsx | 98 +++++++++++++++++++++++++++++----------- app/layout.tsx | 14 ++++++ app/page.tsx | 60 ++++++++++++------------ app/result.tsx | 13 +++--- components/MapStatus.tsx | 4 +- 6 files changed, 138 insertions(+), 70 deletions(-) diff --git a/app/footer.tsx b/app/footer.tsx index 99cf353..ec2f520 100644 --- a/app/footer.tsx +++ b/app/footer.tsx @@ -1,21 +1,27 @@ import Link from "next/link"; +import { ThemeToggle } from "@/components/ThemeToggle"; export default function Footer() { return (