Fix “Open in advanced web interface” being shown on mobile view (#2318)

Fixes #2307
local
Claire 10 months ago committed by GitHub
parent 9a45198ab0
commit 52500965cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx

@ -55,12 +55,12 @@ class NavigationPanel extends Component {
return (
<div className='navigation-panel'>
{transientSingleColumn && (
<>
<div className='navigation-panel__logo'>
<a href={`/deck${location.pathname}`} className='button button--block'>
{intl.formatMessage(messages.advancedInterface)}
</a>
<hr />
</>
</div>
)}
{signedIn && (

Loading…
Cancel
Save