feature: Add page header

This commit is contained in:
Keith Solomon
2025-07-16 19:00:30 -05:00
parent d382490aac
commit 0a0bffe2eb

View File

@@ -17,6 +17,11 @@ const allTags = Array.from(
---
<MainLayout>
<div class="border-b p-4 bg-gray-800 text-gray-100">
<h1 class="text-2xl font-bold">Prompt Catalog</h1>
<p class="text-sm mt-1">Explore and filter AI prompts</p>
</div>
<div class="flex h-screen bg-gray-800 text-gray-100">
<SearchBar allTags={allTags} />