From 66d72b482d4cc273823b7aa728081d03b44e34f9 Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 4 Aug 2025 07:07:40 +1000 Subject: [PATCH] feat(FriendLink): move back to Image tag --- src/components/FriendLink.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index d5847fc..c3907b3 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -1,9 +1,9 @@ --- -// import { Image, Picture } from "astro:assets"; +import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- -{`${name}`} +{`${name}`}