We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b4462 commit 010c436Copy full SHA for 010c436
src/components/contact/ContactComponent.astro
@@ -1,6 +1,6 @@
1
---
2
import { Image } from "astro:assets";
3
-import contactPhoto from "@/components/images/profile/contact_photo.webp";
+import contactPhoto from "@/components/images/contact_photo.webp";
4
import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip";
5
6
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 = [
7
{
0 commit comments