Skip to content

Commit

Permalink
[feat] Converted main menu to bootstrap navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrefilipiak committed Jul 15, 2020
1 parent 3b05bd3 commit 9e0d35a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import GoogleAuth from "./GoogleAuth";
export default class Header extends Component {
render() {
return (
<div className="ui secondary pointing menu">
ManyDone
<nav className="navbar navbar-dark bg-dark">
<a href="" className="navbar-brand">
ManyDones
</a>
<div className="right menu">
<GoogleAuth />
</div>
</div>
</nav>
);
}
}

0 comments on commit 9e0d35a

Please sign in to comment.