diff options
author | Hailey <me@haileyok.com> | 2024-02-16 13:25:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:25:48 -0800 |
commit | a2f462e26195a8a29e8bacfdadda7c5bbef2305f (patch) | |
tree | 4b86bde577702fea4c65864b5c0b2bd149ac7fd8 /src/view/com/pager/FeedsTabBar.web.tsx | |
parent | b665f065b7b63cb34bf11cb66e255131332fc7f2 (diff) | |
download | voidsky-a2f462e26195a8a29e8bacfdadda7c5bbef2305f.tar.zst |
remove sandbox labels (#2883)
* rm sandbox * remove comment
Diffstat (limited to 'src/view/com/pager/FeedsTabBar.web.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBar.web.tsx | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/view/com/pager/FeedsTabBar.web.tsx b/src/view/com/pager/FeedsTabBar.web.tsx index 9fe03b7e9..fb52b913a 100644 --- a/src/view/com/pager/FeedsTabBar.web.tsx +++ b/src/view/com/pager/FeedsTabBar.web.tsx @@ -37,7 +37,6 @@ export function FeedsTabBar( function FeedsTabBarPublic() { const pal = usePalette('default') - const {isSandbox} = useSession() return ( <CenteredView sideBorders> @@ -56,23 +55,7 @@ function FeedsTabBarPublic() { type="title-lg" href="/" style={[pal.text, {fontWeight: 'bold'}]} - text={ - <> - {isSandbox ? 'SANDBOX' : 'Bluesky'}{' '} - {/*hasNew && ( - <View - style={{ - top: -8, - backgroundColor: colors.blue3, - width: 8, - height: 8, - borderRadius: 4, - }} - /> - )*/} - </> - } - // onPress={emitSoftReset} + text="Bluesky " /> </View> </CenteredView> |