diff --git a/src/components/Navbar/Navbar.css b/src/components/Navbar/Navbar.css index eadee2b9..48b9ef2d 100644 --- a/src/components/Navbar/Navbar.css +++ b/src/components/Navbar/Navbar.css @@ -67,3 +67,16 @@ color: var(--text-on-primary); background: var(--primary); } + +.dcl.hamburger { + cursor: pointer; +} + +.dcl.active-page { + color: var(--text); + display: inline-block; + text-transform: uppercase; + padding-left: 0.5em; + transform: translateY(4px); + cursor: pointer; +} diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index b59334d5..2568ddec 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -1,5 +1,5 @@ import * as React from 'react' -import { Icon, Menu, Responsive, Sidebar } from 'semantic-ui-react' +import { Header, Icon, Menu, Responsive, Sidebar } from 'semantic-ui-react' import { Blockie, Logo, Mana } from '../..' import './Navbar.css' @@ -119,7 +119,7 @@ export class Navbar extends React.PureComponent { onClick={this.handleToggle} > - {activePage} +
{activePage}