diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-07 17:06:37 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-07 17:06:37 +0100 |
commit | d336768c15fa5a1cbe5a4a051e749d00aa31be60 (patch) | |
tree | 085c51a7342c84a83abe1f6f19385734bbbfc40e /src/components/navbar.tsx | |
parent | 5971b69a2990390529a6f8076331e3d7d10c9325 (diff) |
zoekbalk + navbar icoon grootte
Diffstat (limited to 'src/components/navbar.tsx')
-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 2d38509..1ad6fe4 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -30,7 +30,7 @@ export function NavBar() { left: 0, overflow: "hidden", - whiteSpace: "nowrap", + whiteSpace: "nowrap" }}> <div style={NavBarItemStyle}><LogoDark/></div> <a href="/" style={NavBarItemStyle}><Home/></a> |