Browse Source

Remove useless devices icon

master
meriadec 7 years ago
parent
commit
c1801befe1
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 4
      src/components/TopBar/index.js

4
src/components/TopBar/index.js

@ -15,7 +15,6 @@ import { lock } from 'reducers/application'
import { hasPassword } from 'reducers/settings' import { hasPassword } from 'reducers/settings'
import { openModal } from 'reducers/modals' import { openModal } from 'reducers/modals'
import IconDevices from 'icons/Devices'
import IconLock from 'icons/Lock' import IconLock from 'icons/Lock'
import IconSettings from 'icons/Settings' import IconSettings from 'icons/Settings'
@ -98,9 +97,6 @@ class TopBar extends PureComponent<Props> {
<Inner> <Inner>
<Box grow horizontal> <Box grow horizontal>
<GlobalSearch t={t} isHidden /> <GlobalSearch t={t} isHidden />
<ItemContainer justifyContent="center">
<IconDevices size={16} />
</ItemContainer>
<ActivityIndicator /> <ActivityIndicator />
<Box justifyContent="center"> <Box justifyContent="center">
<Bar /> <Bar />

Loading…
Cancel
Save