From cf09754418a767d99e77f38c0eec2ccc08f16604 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 16 Jul 2025 22:49:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Styling=20tweaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PromptCard.astro | 14 +++++++------- src/components/SearchBar.astro | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/PromptCard.astro b/src/components/PromptCard.astro index a1aa718..b6bd4f2 100644 --- a/src/components/PromptCard.astro +++ b/src/components/PromptCard.astro @@ -25,27 +25,27 @@ const formatDate = (dateStr: string | undefined) => {
-

{title}

- {title} + {type}
-

{notes}

+

{notes}

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

Prompt

-

{description}

+

Prompt

+

{description}


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

diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index 3f5bab4..f92e718 100644 --- a/src/components/SearchBar.astro +++ b/src/components/SearchBar.astro @@ -41,7 +41,7 @@ value={tag} class="sr-only peer" /> - + {tag}