diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-05 20:59:42 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-05 20:59:42 +0100 |
commit | fa41c1e6beefd28da6050eb431d2f89d32a0fa39 (patch) | |
tree | a0c857f5ea95b5637928ed284e818cf2d5517f01 /src/components | |
parent | 9b2d93642e2c94ed96d08858f9e0f737eeba5489 (diff) |
instellingen pagina beginsels
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/navbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 904e64a..141119f 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -48,7 +48,7 @@ export function NavBar() { <a href="/" style={NavBarItemStyle}><SearchIcon/></a> <div style={NavBarSettingsAreaStyle}> - <a href="/" style={NavBarItemStyle}><SettingsIcon/></a> + <a href="/settings" style={NavBarItemStyle}><SettingsIcon/></a> </div> </div> ); |