[Glitch] Do not display the navigation banner in the logo container
Port 126cd7705d to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									cc000c8859
								
							
						
					
					
						commit
						5d9df170cf
					
				
					 2 changed files with 13 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -53,20 +53,20 @@ class NavigationPanel extends Component {
 | 
			
		|||
    const { intl, onOpenSettings } = this.props;
 | 
			
		||||
    const { signedIn, disabledAccountId } = this.context.identity;
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
      <div className='navigation-panel'>
 | 
			
		||||
        {transientSingleColumn && (
 | 
			
		||||
          <div className='navigation-panel__logo'>
 | 
			
		||||
            <div className='switch-to-advanced'>
 | 
			
		||||
    let banner = undefined;
 | 
			
		||||
 | 
			
		||||
    if(transientSingleColumn)
 | 
			
		||||
      banner = (<div className='switch-to-advanced'>
 | 
			
		||||
        {intl.formatMessage(messages.openedInClassicInterface)}
 | 
			
		||||
        {" "}
 | 
			
		||||
        <a href={`/deck${location.pathname}`} className='switch-to-advanced__toggle'>
 | 
			
		||||
          {intl.formatMessage(messages.advancedInterface)}
 | 
			
		||||
        </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <hr />
 | 
			
		||||
          </div>
 | 
			
		||||
        )}
 | 
			
		||||
      </div>);
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
      <div className='navigation-panel'>
 | 
			
		||||
        {banner}
 | 
			
		||||
 | 
			
		||||
        {signedIn && (
 | 
			
		||||
          <>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -273,6 +273,7 @@
 | 
			
		|||
 | 
			
		||||
    .navigation-panel__sign-in-banner,
 | 
			
		||||
    .navigation-panel__logo,
 | 
			
		||||
    .navigation-panel__banner,
 | 
			
		||||
    .getting-started__trends {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue