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