From eec691aac0a70dcc51f1e4256d4766d78e7f987d Mon Sep 17 00:00:00 2001 From: aria Date: Tue, 27 May 2025 19:59:47 +1000 Subject: [PATCH] feat(FriendLink): add high variant --- src/components/FriendLinkHigh.astro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/components/FriendLinkHigh.astro 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