mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-04 11:59:40 +05:00
feat(frontend): add user favorites page
This commit is contained in:
parent
332e1d1918
commit
90f2ba54e5
4 changed files with 81 additions and 10 deletions
|
@ -27,13 +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
Add a link
Reference in a new issue