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 => ( -