Skip to content

Commit

Permalink
Change drawer--header to drawer__header (glitch-soc#2189)
Browse files Browse the repository at this point in the history
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
  • Loading branch information
Plastikmensch committed Apr 25, 2023
1 parent 5b58ebb commit aea7866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Header extends ImmutablePureComponent {

// The result.
return (
<nav className='drawer--header'>
<nav className='drawer__header'>
<Link
aria-label={intl.formatMessage(messages.start)}
title={intl.formatMessage(messages.start)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
}

.drawer--header {
.drawer__header {
flex: none;
font-size: 16px;
background: lighten($ui-base-color, 8%);
Expand Down

0 comments on commit aea7866

Please sign in to comment.