From bf50b23910fcf33fa9b06ffcb47b57e00cbf5312 Mon Sep 17 00:00:00 2001 From: aria Date: Tue, 27 May 2025 19:48:27 +1000 Subject: [PATCH] feat(): add two lower quality version of FriendLink --- src/components/FriendLinkLow.astro | 16 ++++++++++++++++ src/components/FriendLinkMid.astro | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/components/FriendLinkLow.astro create mode 100644 src/components/FriendLinkMid.astro diff --git a/src/components/FriendLinkLow.astro b/src/components/FriendLinkLow.astro new file mode 100644 index 0000000..0f9bfa1 --- /dev/null +++ b/src/components/FriendLinkLow.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/components/FriendLinkMid.astro b/src/components/FriendLinkMid.astro new file mode 100644 index 0000000..c39aab3 --- /dev/null +++ b/src/components/FriendLinkMid.astro @@ -0,0 +1,16 @@ +--- +import { Image, Picture } from "astro:assets"; + +const { name, image, target } = Astro.props; +--- + + \ No newline at end of file