Skip to content

Commit

Permalink
navbar is now edgy
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhappy committed Mar 2, 2020
1 parent 241d92a commit fb0878d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ import { LinkContainer } from "react-router-bootstrap";
class NavBar extends Component {
render() {
return (
<Navbar bg="light" variant="light" fixed="bottom">
<LinkContainer exact to="/">
<Navbar.Brand href="/">Toontown Rewritten Dashboard</Navbar.Brand>
</LinkContainer>
<Navbar bg="dark" variant="dark" fixed="bottom">
<Navbar.Brand>Toontown Rewritten Dashboard</Navbar.Brand>
<Nav className="mr-auto">
<LinkContainer to="/" exact>
<Nav.Link>All</Nav.Link>
Expand Down

0 comments on commit fb0878d

Please sign in to comment.