From 2f84569e60cfd8c00b21bd5eb4ac061aba91ceaf Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 22 Jul 2025 11:58:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20prompt=20display?= =?UTF-8?q?=20to=20show=20newlines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PromptCard.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PromptCard.astro b/src/components/PromptCard.astro index db22a3a..48ddb07 100644 --- a/src/components/PromptCard.astro +++ b/src/components/PromptCard.astro @@ -49,7 +49,9 @@ const formatDate = (dateStr: string | undefined) => { Edit -

{description}

+ +

')} /> +


Created: {formatDate(created_at)} • Updated: {formatDate(updated_at)}