feat: improve auth

This commit is contained in:
2026-04-26 09:23:35 -05:00
parent a49e0d8ff0
commit 3f955e63c3
13 changed files with 128 additions and 119 deletions
+15 -12
View File
@@ -7,20 +7,23 @@ export const routes = [
title: "Search",
href: "/search",
},
{
title: "Games",
href: "/games",
},
{
title: "Compare",
href: "/compare",
},
// TODO: Add back when games page is implemented
// {
// title: "Games",
// href: "/games",
// },
// TODO: Add back when compare page is implemented
// {
// title: "Compare",
// href: "/compare",
// },
{
title: "Devices",
href: "/devices",
},
{
title: "About",
href: "/about",
}
// TODO: Add back when about page is implemented
// {
// title: "About",
// href: "/about",
// }
]