diff --git a/src/components/PromptCard.astro b/src/components/PromptCard.astro index cfd4903..a1aa718 100644 --- a/src/components/PromptCard.astro +++ b/src/components/PromptCard.astro @@ -23,7 +23,7 @@ const formatDate = (dateStr: string | undefined) => { }; --- -
+

{title}

{
-

{description}

+

{notes}

{tags.map((tag: string) => ( - {tag} + {tag} ))}
View Details -
-

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

-

📝 {notes}

+
+

Prompt

+

{description}

+
+

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