mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Fix recurring "switch to advanced interface" warning by adding missing class to the navigation-panel__banner element
This commit is contained in:
@@ -65,7 +65,11 @@ class NavigationPanel extends Component {
|
||||
|
||||
return (
|
||||
<div className='navigation-panel'>
|
||||
{banner}
|
||||
{banner &&
|
||||
<div class='navigation-panel__banner'>
|
||||
{banner}
|
||||
</div>
|
||||
}
|
||||
|
||||
{signedIn && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user