From 727485f3123418ba9f631219db40ff56c4386350 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 24 Nov 2022 14:58:51 +0000 Subject: [PATCH] use span --- packages/app/src/components/Layout/bottomBar/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/src/components/Layout/bottomBar/index.jsx b/packages/app/src/components/Layout/bottomBar/index.jsx index 77efaaa0..637c61c7 100755 --- a/packages/app/src/components/Layout/bottomBar/index.jsx +++ b/packages/app/src/components/Layout/bottomBar/index.jsx @@ -49,7 +49,7 @@ const AccountButton = (props) => { actions: [ { key: "settings", - text: <> Settings, + text: <> Settings, onClick: () => { app.openSettings() ActionSheetRef.current.close() @@ -57,7 +57,7 @@ const AccountButton = (props) => { }, { key: "savedPosts", - text: <> Saved Posts, + text: <> Saved Posts, onClick: () => { app.setLocation("/home/savedPosts") ActionSheetRef.current.close() @@ -65,7 +65,7 @@ const AccountButton = (props) => { }, { key: "about", - text: <> About, + text: <> About, onClick: () => { app.setLocation("/about") ActionSheetRef.current.close()