- <aside class="w-14 border-r border-zinc-800 flex flex-col items-center py-4 gap-6 bg-zinc-950">
- <div class="p-2 bg-indigo-600 rounded-lg shadow-lg shadow-indigo-500/20">
- <svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></aside>
- </div>
- <nav class="flex flex-col gap-4 text-zinc-500">
- <button class="hover:text-white transition-colors">📂</button>
- <button class="hover:text-white transition-colors">🔍</button>
- <button class="hover:text-white transition-colors">🕸️</button>
- <div class="h-[1px] w-8 bg-zinc-800 my-2"></div>
- <button class="hover:text-white transition-colors">⚙️</button>
- </nav>
- </aside>
|