mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +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",
|
||||
path: "/bookmarks",
|
||||
},
|
||||
{
|
||||
title: "Избранное",
|
||||
icon: "favorite",
|
||||
path: "/favorites",
|
||||
},
|
||||
//
|
||||
// {
|
||||
// title: "Избранное",
|
||||
// icon: "favorite",
|
||||
// path: "/favorites",
|
||||
// },
|
||||
//
|
||||
{
|
||||
title: "История",
|
||||
icon: "history",
|
||||
|
|
Loading…
Add table
Reference in a new issue