tinytalk/templates/sidebar/categories.php

13 lines
736 B
PHP

<div id="categories">
<div class="w-full border-b border-t border-black py-0.5 px-4">
<h1 class="font-bold">categories</h1>
</div>
<div class="w-full px-4 mt-1 mb-2 flex flex-col gap-0.5">
<a href="/category/1" class="text-blue-500 underline text-sm">Example Category</a>
<a href="/category/1" class="text-blue-500 underline text-sm">Example Category</a>
<a href="/category/1" class="text-blue-500 underline text-sm">Example Category</a>
<a href="/category/1" class="text-blue-500 underline text-sm">Example Category</a>
<a href="/category/1" class="text-blue-500 underline text-sm">Example Category</a>
<a href="/category/1" class="text-blue-500 underline text-sm">Example Category</a>
</div>
</div>