diff --git a/src/components/global/NavBar.astro b/src/components/global/NavBar.astro index 337d0f2..99b3d5c 100644 --- a/src/components/global/NavBar.astro +++ b/src/components/global/NavBar.astro @@ -1,5 +1,7 @@ --- import { HoverNavigation } from "@/components/ui/HoverNavigation"; +import { Image } from "astro:assets"; +import pfp from "@/components/images/pfp_new.webp"; const navLinks = [ { @@ -26,13 +28,8 @@ const navLinks = [ ---
+