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 = [ ---
- Ryan + Ryan
diff --git a/src/components/global/NavBar_old.astro b/src/components/global/NavBar_old.astro deleted file mode 100644 index 731d0f8..0000000 --- a/src/components/global/NavBar_old.astro +++ /dev/null @@ -1,266 +0,0 @@ -
- - - -
- - - -