diff --git a/src/components/FriendLinkLow.astro b/src/components/FriendLinkLow.astro deleted file mode 100644 index 0f9bfa1..0000000 --- a/src/components/FriendLinkLow.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import { Image, Picture } from "astro:assets"; - -const { name, image, target } = Astro.props; ---- - - \ No newline at end of file diff --git a/src/components/FriendLinkMid.astro b/src/components/FriendLinkMid.astro deleted file mode 100644 index c39aab3..0000000 --- a/src/components/FriendLinkMid.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -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..9dfa628 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,6 @@ import Greeting from "../components/Greeting"; import Social from "../components/Social.astro"; import BaseLayout from "../layouts/BaseLayout.astro"; import FriendLink from "../components/FriendLink.astro"; -import FriendLinkMid from "../components/FriendLinkMid.astro"; const pageTitle = "Aria"; const currentDate = new Date(); @@ -92,9 +91,9 @@ const age = seconds / 31556952; image="https://notnite.com/buttons/notnite.png" target="https://notnite.com/" /> -