diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro
index d7351df..ba9aafc 100644
--- a/src/components/FriendLink.astro
+++ b/src/components/FriendLink.astro
@@ -1,7 +1,9 @@
---
+import { Image } from "astro:assets";
+
const { name, image, target } = Astro.props;
---
-
+