diff --git a/web/components/header.tsx b/web/components/header.tsx index 307835a6..3015cb49 100644 --- a/web/components/header.tsx +++ b/web/components/header.tsx @@ -1,6 +1,5 @@ import { Popover } from '@headlessui/react' import Link from 'next/link' -import Image from 'next/image' const navigation = [ { @@ -22,7 +21,7 @@ export function Header() {
- @@ -35,13 +34,8 @@ export function Header() {
{navigation.map((item) => ( - - + + {item.name}