16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
---
|
|
// Sidebar.astro
|
|
---
|
|
|
|
<aside class="w-64 border-r h-full p-4 text-gray-100">
|
|
<h2 class="text-lg font-semibold mb-4">Add a prompt</h2>
|
|
|
|
<p class="text-sm mb-4">
|
|
Use the form to add a new AI prompt to the catalog.
|
|
|
|
Make sure to include a title, type, description, and any relevant tags.
|
|
|
|
You can also add notes for your own reference.
|
|
</p>
|
|
</aside>
|