Use of > is gross

This commit is contained in:
Max Howell 2023-04-25 08:48:42 -04:00
parent edf36d9a6b
commit 35a58786fb
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -56,10 +56,10 @@
<header class="text-gray mx-16 mb-4 border border-x-0 border-t-0 py-5">
<a class="hover:text-white hover:opacity-80" href="/">{$t("common.home")}</a>
>
{#if tab && tab !== "all"}
<a class="hover:text-white hover:opacity-80" href="/?tab={tab || "all"}">{$t(`tags.${tab}`).toLowerCase() || "all"}</a>
>
{/if}
<span class="text-white">{pkg?.full_name}</span>
</header>