Skip to content
Snippets Groups Projects
Commit 3ee74785 authored by john's avatar john
Browse files

show the word Editoria instead of the pubsweet logo in navbar

parent 8beb25cf
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,9 @@ export default class Navigation extends React.Component { ...@@ -37,7 +37,9 @@ export default class Navigation extends React.Component {
<Navbar.Header> <Navbar.Header>
<NavbarBrand> <NavbarBrand>
<a href='#'><img src='/pubsweet.jpg' alt='pubsweet' /></a> <a href='#'>
Editoria
</a>
</NavbarBrand> </NavbarBrand>
</Navbar.Header> </Navbar.Header>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment