From 3918171086eda6832ae9fe250c2220ba48ac13d6 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 18 Nov 2025 11:40:48 +1300 Subject: [PATCH] slight tweaks --- web/src/components/postList/postCard.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/postList/postCard.astro b/web/src/components/postList/postCard.astro index f1e46a4..0b49301 100644 --- a/web/src/components/postList/postCard.astro +++ b/web/src/components/postList/postCard.astro @@ -6,13 +6,13 @@ const pb = await authPB() const { p } = Astro.props --- -
+
-

{p.title}

+

{p.title}

{ p.description !== "" &&