diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-01 16:42:13 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:56 +0200 |
| commit | 17ae0a3fafd806a5a533bf1d51a3ac708a8cf978 (patch) | |
| tree | c3687bd08891ef3698f4773e44a6920856229dfe /src/components/navigation | |
| parent | eea529f57e3ee39d2f492062688b2848ced0a747 (diff) | |
Implement room name edit
Diffstat (limited to 'src/components/navigation')
| -rw-r--r-- | src/components/navigation/Navbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/navigation/Navbar.js b/src/components/navigation/Navbar.js index 68fa2ab1..2358e146 100644 --- a/src/components/navigation/Navbar.js +++ b/src/components/navigation/Navbar.js @@ -7,7 +7,7 @@ import Logout from "../../containers/auth/Logout"; import ProfileName from "../../containers/auth/ProfileName"; import "./Navbar.css"; -export const NAVBAR_HEIGHT = 62; +export const NAVBAR_HEIGHT = 60; export const NavItem = withRouter(props => <NavItemWithoutRoute {...props}/>); export const LoggedInSection = withRouter(props => <LoggedInSectionWithoutRoute {...props}/>); |
