mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-07 00:34:41 +00:00
feat: disable favorites nav button
This commit is contained in:
parent
3e1eb42ba6
commit
d4f4452773
1 changed files with 7 additions and 5 deletions
|
@ -27,11 +27,13 @@ export const NavigationRail = (props) => {
|
||||||
icon: "bookmark",
|
icon: "bookmark",
|
||||||
path: "/bookmarks",
|
path: "/bookmarks",
|
||||||
},
|
},
|
||||||
{
|
//
|
||||||
title: "Избранное",
|
// {
|
||||||
icon: "favorite",
|
// title: "Избранное",
|
||||||
path: "/favorites",
|
// icon: "favorite",
|
||||||
},
|
// path: "/favorites",
|
||||||
|
// },
|
||||||
|
//
|
||||||
{
|
{
|
||||||
title: "История",
|
title: "История",
|
||||||
icon: "history",
|
icon: "history",
|
||||||
|
|
Loading…
Add table
Reference in a new issue