From a88d3c07bb8af7843da56a5798c06ceaa42deeaa Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:27:33 -0400 Subject: [PATCH] style: move slot into layout --- src/layouts/News.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/layouts/News.astro b/src/layouts/News.astro index ecd71b4..0bc2c30 100644 --- a/src/layouts/News.astro +++ b/src/layouts/News.astro @@ -9,7 +9,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props --- -
+
{ heroImage && (
@@ -26,6 +26,8 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props
) } +
+ +
-