mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix: show discovery button by default
This commit is contained in:
parent
a615af836b
commit
28b7ea2d6c
4 changed files with 30 additions and 22 deletions
|
@ -16,6 +16,12 @@ const NavbarItems = [
|
|||
href: "/",
|
||||
auth: false,
|
||||
},
|
||||
{
|
||||
title: "Обзор",
|
||||
icon: "mdi--compass",
|
||||
href: "/discovery",
|
||||
auth: false,
|
||||
},
|
||||
{
|
||||
title: "Поиск",
|
||||
icon: "mdi--search",
|
||||
|
@ -46,12 +52,6 @@ const NavbarItems = [
|
|||
href: "/history",
|
||||
auth: true,
|
||||
},
|
||||
{
|
||||
title: "Обзор",
|
||||
icon: "mdi--compass",
|
||||
href: "/discovery",
|
||||
auth: true,
|
||||
},
|
||||
];
|
||||
|
||||
export const NavBarPc = (props: { setIsSettingModalOpen: any }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue