lotus/_src/_components/SidebarButton.vento

6 lines
No EOL
343 B
Text

<a href="{{url}}" class="flex items-center p-2 text-gray-900 rounded-lg bg-red-200 hover:bg-zinc-800 dark:border-zinc-700 dark:bg-zinc-900 dark:text-white group">
<span class="flex-1 ms-3 whitespace-nowrap">{{content}}</span>
{{# {{if active}}
<span class="flex-1 ms-3 whitespace-nowrap">{{content}}</span>
{{/if}} #}}
</a>