From 11c6ee1fb5b00486bfc69da88d18b672b19384c5 Mon Sep 17 00:00:00 2001 From: Justin Cano Date: Sat, 18 May 2024 00:01:05 -0700 Subject: [PATCH] Implement fullscreen toggle --- src/components/ArtCard.astro | 63 +++++++++++++++++++++++++++++++++++ src/components/BlogCard.astro | 1 - src/layouts/Layout.astro | 1 + 3 files changed, 64 insertions(+), 1 deletion(-) diff --git a/src/components/ArtCard.astro b/src/components/ArtCard.astro index 23c8262..016c44e 100644 --- a/src/components/ArtCard.astro +++ b/src/components/ArtCard.astro @@ -1,11 +1,22 @@ +--- +import {Icon} from 'astro-icon/components'; +--- +
+
+ +
+
+ +
+ + diff --git a/src/components/BlogCard.astro b/src/components/BlogCard.astro index 5a16952..6cfdc85 100644 --- a/src/components/BlogCard.astro +++ b/src/components/BlogCard.astro @@ -25,7 +25,6 @@ const {links} = Astro.props;