Fix recurring "switch to advanced interface" warning by adding missing class to the navigation-panel__banner element

th-new
neatchee 2023-11-13 13:13:22 -08:00
parent 59893a4eab
commit bd6da814b5
1 changed files with 5 additions and 1 deletions

View File

@ -65,7 +65,11 @@ class NavigationPanel extends Component {
return (
<div className='navigation-panel'>
{banner}
{banner &&
<div class='navigation-panel__banner'>
{banner}
</div>
}
{signedIn && (
<>