perf(index): move all FriendLinks over to high variant

This commit is contained in:
aria 2025-05-27 20:00:21 +10:00
parent eec691aac0
commit 203414e26e
No known key found for this signature in database

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";