Fix navbar design (remove small rounded edges)
This commit is contained in:
parent
04c637b167
commit
db96fce928
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ var Authenticate = React.createClass({
|
|||
}
|
||||
|
||||
return (
|
||||
<Navbar fluid={true}>
|
||||
<Navbar staticTop={true} fluid={true}>
|
||||
<Navbar.Header>
|
||||
<Navbar.Brand>
|
||||
<a href="/" className="text-capitalize">DAVIDS</a>
|
||||
|
|
Loading…
Reference in a new issue