From 8cf740af64af04e06707a4163092edc89600fa09 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 15:57:41 +0200 Subject: [PATCH] Trying to fix banana's issue --- src/components/BlogItem.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BlogItem.astro b/src/components/BlogItem.astro index c61f62b..8440d85 100644 --- a/src/components/BlogItem.astro +++ b/src/components/BlogItem.astro @@ -19,7 +19,7 @@ interface Props { const { title, description, date, href, header } = Astro.props; --- - + { href ? (