perf(index): move all FriendLinks over to high variant
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m24s

This commit is contained in:
aria 2025-05-27 20:00:21 +10:00
parent eec691aac0
commit 203414e26e
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -4,7 +4,7 @@ import Partition from "../components/Partition.astro";
import Greeting from "../components/Greeting";
import Social from "../components/Social.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
import FriendLink from "../components/FriendLink.astro";
import FriendLink from "../components/FriendLinkHigh.astro";
import FriendLinkMid from "../components/FriendLinkMid.astro";
import FriendLinkLow from "../components/FriendLinkLow.astro";
const pageTitle = "Aria";