From 286e98a0fec8f6b0644aa9e6523274bffd1a01d5 Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 4 Aug 2025 14:40:29 +1000 Subject: [PATCH] refactor: change width and height of friend link to 88x31 with double the size in css --- 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 c3907b3..6d9c29b 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- -{`${name}`} +{`${name}`}