feat: add profile and saved games routes
This commit is contained in:
@@ -26,4 +26,17 @@ export const routes = [
|
||||
// title: "About",
|
||||
// href: "/about",
|
||||
// }
|
||||
]
|
||||
|
||||
export const authRoutes = [
|
||||
{
|
||||
title: "Profile",
|
||||
href: "/profile",
|
||||
icon: "User",
|
||||
},
|
||||
{
|
||||
title: "Saved Games",
|
||||
href: "/profile?tab=saved",
|
||||
icon: "Bookmark",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user