From 061b7df8b1a7e3274b5ba83e43bf6f60e5d07dbc Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Mon, 15 Apr 2024 22:53:23 -0400 Subject: [PATCH] Make the navbar responsive --- Frontend/src/app/components/navbar.tsx | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Frontend/src/app/components/navbar.tsx b/Frontend/src/app/components/navbar.tsx index a3c3d02..751d274 100644 --- a/Frontend/src/app/components/navbar.tsx +++ b/Frontend/src/app/components/navbar.tsx @@ -3,6 +3,7 @@ import config from "@/config"; import { minecrafter } from "@/font/fonts"; import { cn } from "@/lib/utils"; import { StarIcon } from "@heroicons/react/24/outline"; +import Image from "next/image"; import Link from "next/link"; /** @@ -11,9 +12,9 @@ import Link from "next/link"; * @returns the navbar jsx */ const Navbar = (): JSX.Element => ( -