I dont remember

This commit is contained in:
roormonger
2026-03-23 19:52:51 -04:00
parent 4e0b510d7f
commit 80a198b324
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ function App() {
}
>
<Route index element={<LibraryGrid />} />
<Route path="games" element={<LibraryGrid />} />
<Route path="settings" element={<Settings />} />
</Route>
</Routes>

View File

@@ -58,7 +58,7 @@ export const Sidebar = () => {
<nav className="flex-1 flex flex-col gap-1">
<NavItem path="/" icon="home" label="Home" autoFocus />
<NavItem path="/platforms" icon="bookmarks" label="Platforms" />
<NavItem path="/games" icon="sports_esports" label="Games" />
<NavItem path="/collections" icon="library_books" label="Collections" />
<NavItem path="/console" icon="videogame_asset" label="Console" />
</nav>