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}