diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-18 18:22:46 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-18 18:22:46 -0500 |
commit | 37acc9e9304b594ff21443e1be896e1e576bb488 (patch) | |
tree | 185ebcf5beeb4610f8a86c0b99ce168989bcb2da /src/view/com/pager/FeedsTabBarMobile.tsx | |
parent | 0b8dd95f2a653ba13ef84ad0e0940f112cb3ae91 (diff) | |
download | voidsky-37acc9e9304b594ff21443e1be896e1e576bb488.tar.zst |
A few more UX tweaks
Diffstat (limited to 'src/view/com/pager/FeedsTabBarMobile.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index a41f0ef32..5954e7f2e 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -33,7 +33,7 @@ export const FeedsTabBar = observer( }, [store]) const items = useMemo( - () => ['Following', ...store.me.savedFeeds.pinnedFeedNames, 'My feeds'], + () => ['Following', ...store.me.savedFeeds.pinnedFeedNames, 'My Feeds'], [store.me.savedFeeds.pinnedFeedNames], ) |