mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 01:24:02 -05:00
Fix recurring "switch to advanced interface" warning by adding missing class to the navigation-panel__banner element
This commit is contained in:
parent
59893a4eab
commit
bd6da814b5
@ -65,7 +65,11 @@ class NavigationPanel extends Component {
|
||||
|
||||
return (
|
||||
<div className='navigation-panel'>
|
||||
{banner &&
|
||||
<div class='navigation-panel__banner'>
|
||||
{banner}
|
||||
</div>
|
||||
}
|
||||
|
||||
{signedIn && (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user