diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 20:02:37 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 20:02:37 -0500 |
commit | 257686f3603e800e355850a23b3a4011e5558aeb (patch) | |
tree | 7bd6863f48c1362741a6e83b0aa56d70c1f9d1e5 /src/view/com/pager/FeedsTabBarMobile.tsx | |
parent | df6d249e8570a5dabd576d81ea7fc8ac4517ffa6 (diff) | |
download | voidsky-257686f3603e800e355850a23b3a4011e5558aeb.tar.zst |
Add feeds tab
Diffstat (limited to 'src/view/com/pager/FeedsTabBarMobile.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index 574265eb7..0d71b2b98 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -8,7 +8,7 @@ import {usePalette} from 'lib/hooks/usePalette' import {useAnimatedValue} from 'lib/hooks/useAnimatedValue' import {Link} from '../util/Link' import {Text} from '../util/text/Text' -import {SatelliteDishIcon} from 'lib/icons' +import {CogIcon} from 'lib/icons' import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' import {s} from 'lib/styles' @@ -69,11 +69,7 @@ export const FeedsTabBar = observer( accessibilityRole="button" accessibilityLabel="Edit Saved Feeds" accessibilityHint="Opens screen to edit Saved Feeds"> - <SatelliteDishIcon - size={20} - strokeWidth={2} - style={pal.textLight} - /> + <CogIcon size={21} strokeWidth={2} style={pal.textLight} /> </Link> </View> </View> |