Skip to content
Snippets Groups Projects
Commit 13219e1a authored by Jure's avatar Jure
Browse files

Merge branch 'appbar-classname' into 'master'

fix(ui): add classname to appbar so that styles can be extended

See merge request pubsweet/pubsweet!392
parents 7c095137 6b66bb3e
No related branches found
No related tags found
No related merge requests found
......@@ -45,13 +45,14 @@ const Item = styled.span`
const AppBar = ({
brandLink = '/',
brand,
className,
loginLink = '/login',
onLogoutClick,
navLinkComponents,
user,
rightComponent: RightComponent = DefaultRightComponent,
}) => (
<Root>
<Root className={className}>
<Section>
{brand && (
<Logo>
......
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