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