diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 7b95b93..335c1b9 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -11,21 +11,21 @@ import {Image} from "astro:assets";
logo title - diff --git a/src/components/NestedNavbarEntries.astro b/src/components/NestedNavbarEntries.astro index a6d43c9..fd597fd 100644 --- a/src/components/NestedNavbarEntries.astro +++ b/src/components/NestedNavbarEntries.astro @@ -12,20 +12,20 @@ const getHrefPath = (entry: navLink): string => { return entry.pubpath ? entry.pubpath : ("/" + (paths && paths.length ? [...paths, entry.path].join("/") : entry.path)); } --- -