mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
Use of > is gross
This commit is contained in:
parent
edf36d9a6b
commit
35a58786fb
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue