about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-29 09:05:40 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-29 09:05:40 -0500
commita9f9235976333e5bc67a41c91a2e55b2e96f287b (patch)
tree87e9cc7bdd1473a71f8a6a47f89100dd7aa1babf /src/view/shell/mobile/index.tsx
parent0312a8132c0f16ac684d97e612b618f6dd66cb6d (diff)
downloadvoidsky-a9f9235976333e5bc67a41c91a2e55b2e96f287b.tar.zst
Remove top bar in the shell
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx
index 837bc6b5e..17ae47ed9 100644
--- a/src/view/shell/mobile/index.tsx
+++ b/src/view/shell/mobile/index.tsx
@@ -183,7 +183,7 @@ export const MobileShell: React.FC = observer(() => {
 
   return (
     <View style={styles.outerContainer}>
-      <View style={styles.topBar}>
+      {/* <View style={styles.topBar}>
         <TouchableOpacity onPress={onPressAvi}>
           <Image style={styles.avi} source={DEF_AVATER} />
         </TouchableOpacity>
@@ -195,7 +195,7 @@ export const MobileShell: React.FC = observer(() => {
         <TouchableOpacity style={styles.topBarBtn} onPress={onPressEllipsis}>
           <FontAwesomeIcon icon="ellipsis" />
         </TouchableOpacity>
-      </View>
+      </View> */}
       <SafeAreaView style={styles.innerContainer}>
         <GestureDetector gesture={swipeGesture}>
           <ScreenContainer style={styles.screenContainer}>
@@ -241,7 +241,7 @@ export const MobileShell: React.FC = observer(() => {
         />
         <Btn icon="house" onPress={onPressHome} />
         <Btn icon={['far', 'bell']} onPress={onPressNotifications} />
-        <Btn icon={['far', 'clone']} onPress={onPressTabs} />
+        <Btn icon="bars" onPress={onPressTabs} />
       </View>
       <Modal />
       {isLocationMenuActive && (