diff --git a/src/components/contact/ContactComponent.astro b/src/components/contact/ContactComponent.astro index 02566af..72c9dc3 100644 --- a/src/components/contact/ContactComponent.astro +++ b/src/components/contact/ContactComponent.astro @@ -1,6 +1,6 @@ --- import { Image } from "astro:assets"; -import contactPhoto from "@/components/images/profile/contact_photo.webp"; +import contactPhoto from "@/components/images/contact_photo.webp"; import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip"; --- diff --git a/src/components/global/NavBar.astro b/src/components/global/NavBar.astro index 7601ac2..c1965af 100644 --- a/src/components/global/NavBar.astro +++ b/src/components/global/NavBar.astro @@ -1,7 +1,5 @@ --- import { HoverNavigation } from "@/components/ui/NavigationBar"; -import { Image } from "astro:assets"; -import pfp from "@/components/images/contact_photo_small.webp"; const navLinks = [ {