✨feature: Layout functional
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
---
|
||||
// Sidebar.astro
|
||||
import "../styles/global.css";
|
||||
---
|
||||
|
||||
<aside class="w-64 bg-white border-r h-full p-4">
|
||||
<aside class="w-64 border-r h-full p-4 text-gray-100">
|
||||
<h2 class="text-lg font-semibold mb-4">Prompt Types</h2>
|
||||
|
||||
<ul class="space-y-2">
|
||||
<li>
|
||||
<button class="w-full text-left px-3 py-2 rounded hover:bg-gray-100">
|
||||
<button class="w-full text-left text-gray-900 px-3 py-2 rounded bg-gray-300 hover:bg-gray-100">
|
||||
System
|
||||
</button>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<button class="w-full text-left px-3 py-2 rounded hover:bg-gray-100">
|
||||
<button class="w-full text-left text-gray-900 px-3 py-2 rounded bg-gray-300 hover:bg-gray-100">
|
||||
Task
|
||||
</button>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user