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()