aboutsummaryrefslogtreecommitdiff
path: root/src/components/navbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/navbar.tsx')
-rw-r--r--src/components/navbar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx
index 141119f..d0245dc 100644
--- a/src/components/navbar.tsx
+++ b/src/components/navbar.tsx
@@ -43,7 +43,7 @@ export function NavBar() {
<div className="navbar" style={NavBarStyle}>
<div style={NavBarItemStyle}><LogoDark/></div>
<a href="/" style={NavBarItemStyle}><Home/></a>
- <a href="/" style={NavBarItemStyle}><VideogameAssetIcon/></a>
+ <a href="/game" style={NavBarItemStyle}><VideogameAssetIcon/></a>
<a href="/" style={NavBarItemStyle}><ExtensionIcon/></a>
<a href="/" style={NavBarItemStyle}><SearchIcon/></a>