From d47996b3083d435c57bc54f8a84d7774c49647d5 Mon Sep 17 00:00:00 2001 From: aria Date: Sun, 1 Jun 2025 21:25:38 +1000 Subject: [PATCH] perf(FriendLink*): add AVIF format to buttons --- src/components/FriendLink.astro | 2 +- src/components/FriendLinkHigh.astro | 2 +- src/components/FriendLinkLow.astro | 2 +- src/components/FriendLinkMid.astro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index 1b2820d..5147e56 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; --- - +