mirror of
https://github.com/ivabus/gui
synced 2025-04-23 05:57:11 +03:00
parent
12b6e1f33d
commit
8ac8e20c9c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<a class="hover:text-white hover:opacity-80" href="/">{$t("common.home")}</a>
|
||||
›
|
||||
<a class="hover:text-white hover:opacity-80" href="/?tab={tab || 'discover'}"
|
||||
>{$t(`tags.${tab}`).toLowerCase() || "discover"}</a
|
||||
>{tab ? $t(`tags.${tab}`).toLowerCase() : "discover"}</a
|
||||
>
|
||||
›
|
||||
<span class="text-white">{pkg?.full_name}</span>
|
||||
|
|
Loading…
Reference in a new issue