From 203414e26e74c50efec325bb0b1d9baafecf4a94 Mon Sep 17 00:00:00 2001 From: aria Date: Tue, 27 May 2025 20:00:21 +1000 Subject: [PATCH] perf(index): move all FriendLinks over to high variant --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 97e12d0..cc8c776 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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";