diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-08 18:09:57 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-08 18:09:57 +0100 |
commit | 8e2cd843a17ab77fe6f811d3aedfecb21d459f8c (patch) | |
tree | e995d74f999277eae0d78fe03b3b7ed1c659ee44 /components/navbar.tsx | |
parent | 813e3dd1298776b0f0c178af44edf122d75d5a39 (diff) |
added really epic search bar
Diffstat (limited to 'components/navbar.tsx')
-rw-r--r-- | components/navbar.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/navbar.tsx b/components/navbar.tsx index c62965a..275de07 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -26,7 +26,6 @@ export class NavBar extends Component { constructor(props: {}) { super(props); - } render () { @@ -55,7 +54,7 @@ export class NavBar extends Component { <a href="/" style={NavBarItemStyle}><Home/></a> <a href="/game" style={NavBarItemStyle}><VideogameAssetIcon/></a> <a href="/" style={NavBarItemStyle}><ExtensionIcon/></a> - <a href="/" style={NavBarItemStyle}><SearchIcon/></a> + <a href="/search" style={NavBarItemStyle}><SearchIcon/></a> <div style={{ position: "absolute", |