diff --git a/src/components/FriendLinkHigh.astro b/src/components/FriendLinkHigh.astro new file mode 100644 index 0000000..eaced05 --- /dev/null +++ b/src/components/FriendLinkHigh.astro @@ -0,0 +1,16 @@ +--- +import { Image, Picture } from "astro:assets"; + +const { name, image, target } = Astro.props; +--- + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 32e9f09..cc8c776 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,8 +4,9 @@ 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"; const currentDate = new Date(); @@ -92,7 +93,7 @@ const age = seconds / 31556952; image="https://notnite.com/buttons/notnite.png" target="https://notnite.com/" /> -