mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +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">
|
<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>
|
<a class="hover:text-white hover:opacity-80" href="/">{$t("common.home")}</a>
|
||||||
>
|
›
|
||||||
{#if tab && tab !== "all"}
|
{#if tab && tab !== "all"}
|
||||||
<a class="hover:text-white hover:opacity-80" href="/?tab={tab || "all"}">{$t(`tags.${tab}`).toLowerCase() || "all"}</a>
|
<a class="hover:text-white hover:opacity-80" href="/?tab={tab || "all"}">{$t(`tags.${tab}`).toLowerCase() || "all"}</a>
|
||||||
>
|
›
|
||||||
{/if}
|
{/if}
|
||||||
<span class="text-white">{pkg?.full_name}</span>
|
<span class="text-white">{pkg?.full_name}</span>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue