mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +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}
|
||||
on:click={() => goto(`/?tab=${SideMenuOptions.new_packages}`)}
|
||||
/>
|
||||
<hr />
|
||||
<!-- <hr />
|
||||
<MenuButton
|
||||
label={$t("tags.popular").toLowerCase()}
|
||||
icon="bar-chart"
|
||||
active={activeOption === SideMenuOptions.popular}
|
||||
on:click={() => goto(`/?tab=${SideMenuOptions.popular}`)}
|
||||
/>
|
||||
/> -->
|
||||
<hr />
|
||||
<MenuButton
|
||||
label={$t("tags.recently_updated").toLowerCase()}
|
||||
|
|
Loading…
Reference in a new issue