mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
hide popular
This commit is contained in:
parent
828d724aeb
commit
99cd1ce2db
1 changed files with 2 additions and 2 deletions
|
@ -52,13 +52,13 @@
|
||||||
active={activeOption === SideMenuOptions.new_packages}
|
active={activeOption === SideMenuOptions.new_packages}
|
||||||
on:click={() => goto(`/?tab=${SideMenuOptions.new_packages}`)}
|
on:click={() => goto(`/?tab=${SideMenuOptions.new_packages}`)}
|
||||||
/>
|
/>
|
||||||
<hr />
|
<!-- <hr />
|
||||||
<MenuButton
|
<MenuButton
|
||||||
label={$t("tags.popular").toLowerCase()}
|
label={$t("tags.popular").toLowerCase()}
|
||||||
icon="bar-chart"
|
icon="bar-chart"
|
||||||
active={activeOption === SideMenuOptions.popular}
|
active={activeOption === SideMenuOptions.popular}
|
||||||
on:click={() => goto(`/?tab=${SideMenuOptions.popular}`)}
|
on:click={() => goto(`/?tab=${SideMenuOptions.popular}`)}
|
||||||
/>
|
/> -->
|
||||||
<hr />
|
<hr />
|
||||||
<MenuButton
|
<MenuButton
|
||||||
label={$t("tags.recently_updated").toLowerCase()}
|
label={$t("tags.recently_updated").toLowerCase()}
|
||||||
|
|
Loading…
Reference in a new issue