I dont remember
This commit is contained in:
@@ -43,6 +43,7 @@ function App() {
|
||||
}
|
||||
>
|
||||
<Route index element={<LibraryGrid />} />
|
||||
<Route path="games" element={<LibraryGrid />} />
|
||||
<Route path="settings" element={<Settings />} />
|
||||
</Route>
|
||||
</Routes>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user