From 0a85f2f487b8e4ff1d39d0b9db4def2bf5c82c6b Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 4 Aug 2025 07:00:36 +1000 Subject: [PATCH] fix(FriendLink): try moving loading tag to the front --- src/components/FriendLink.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index 66d2efb..d5847fc 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -3,7 +3,7 @@ const { name, image, target } = Astro.props; --- -{`${name}`} +{`${name}`}