diff --git a/src/components/Breadcrumb.tsx b/src/components/Breadcrumb.tsx index 2f96978..4ab25e7 100644 --- a/src/components/Breadcrumb.tsx +++ b/src/components/Breadcrumb.tsx @@ -1,5 +1,3 @@ -import React from 'react'; - interface Breadcrumb { name: string; path: string; diff --git a/src/components/Header.astro b/src/components/Header.astro index 2367740..633dee5 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -92,12 +92,11 @@ const normalizedPath = NAV_LINKS.map((link) => ( {link.text} @@ -253,19 +252,18 @@ const normalizedPath = class="hidden md:hidden fixed inset-x-0 top-16 z-40" id="mobile-menu" > -
+
{ NAV_LINKS.map((link) => ( {link.text} @@ -288,22 +286,12 @@ const normalizedPath =