What I did (with LinkContainer from reaction-router-bootstrap):
<LinkContainer to="/" style={{ cursor: 'pointer' }}> <Navbar.Brand> <span style={{ width: 95 }}>Some text</span> <img src="somesrc" style={{ height:20, float:'right', marginLeft:10 }}/> </Navbar.Brand> </LinkContainer>
Contains the name and logo of the site. There is no bullet, but I could not find a way to avoid using LinkContainer.
source share