Do not display the navigation banner in the logo container (#27476)
This commit is contained in:
		
							parent
							
								
									9f218c9924
								
							
						
					
					
						commit
						126cd7705d
					
				| @ -53,23 +53,29 @@ class NavigationPanel extends Component { | ||||
|     const { intl } = this.props; | ||||
|     const { signedIn, disabledAccountId } = this.context.identity; | ||||
| 
 | ||||
|     return ( | ||||
|       <div className='navigation-panel'> | ||||
|         <div className='navigation-panel__logo'> | ||||
|           <Link to='/' className='column-link column-link--logo'><WordmarkLogo /></Link> | ||||
|     let banner = undefined; | ||||
| 
 | ||||
|           {transientSingleColumn ? ( | ||||
|             <div className='switch-to-advanced'> | ||||
|     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>); | ||||
| 
 | ||||
|     return ( | ||||
|       <div className='navigation-panel'> | ||||
|         <div className='navigation-panel__logo'> | ||||
|           <Link to='/' className='column-link column-link--logo'><WordmarkLogo /></Link> | ||||
|           {!banner && <hr />} | ||||
|         </div> | ||||
|           ) : ( | ||||
|             <hr /> | ||||
|           )} | ||||
| 
 | ||||
|         {banner && | ||||
|           <div class='navigation-panel__banner'> | ||||
|             {banner} | ||||
|           </div> | ||||
|         } | ||||
| 
 | ||||
|         {signedIn && ( | ||||
|           <> | ||||
|  | ||||
| @ -2467,6 +2467,7 @@ $ui-header-height: 55px; | ||||
| 
 | ||||
|     .navigation-panel__sign-in-banner, | ||||
|     .navigation-panel__logo, | ||||
|     .navigation-panel__banner, | ||||
|     .getting-started__trends { | ||||
|       display: none; | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user