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 !== "" &&