diff --git a/pkg/arvo/app/landscape/img/.png b/pkg/arvo/app/landscape/img/.png deleted file mode 100644 index 58223a5d6..000000000 Binary files a/pkg/arvo/app/landscape/img/.png and /dev/null differ diff --git a/pkg/arvo/app/landscape/img/groups.png b/pkg/arvo/app/landscape/img/groups.png deleted file mode 100644 index fa14f36da..000000000 Binary files a/pkg/arvo/app/landscape/img/groups.png and /dev/null differ diff --git a/pkg/arvo/app/landscape/img/icon-home.png b/pkg/arvo/app/landscape/img/icon-home.png deleted file mode 100644 index 9eb1d0289..000000000 Binary files a/pkg/arvo/app/landscape/img/icon-home.png and /dev/null differ diff --git a/pkg/interface/src/views/components/StatusBar.js b/pkg/interface/src/views/components/StatusBar.js index 0e17ab495..5030a93ca 100644 --- a/pkg/interface/src/views/components/StatusBar.js +++ b/pkg/interface/src/views/components/StatusBar.js @@ -10,7 +10,6 @@ import { Sigil } from '~/logic/lib/sigil'; const StatusBar = (props) => { const location = useLocation(); - const atHome = Boolean(location.pathname === '/'); const display = (!window.location.href.includes('popout/')) ? 'grid' : 'none'; @@ -33,17 +32,10 @@ const StatusBar = (props) => { > props.history.push('/')}> - + props.api.local.setOmnibox()}> - - ↩ - + Leap @@ -54,12 +46,7 @@ const StatusBar = (props) => { props.history.push('/~groups')} badge={Object.keys(invites).length > 0}> - + Groups )}