diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index ef0d8e46c..6fbd777fb 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -27,12 +27,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() { SANDBOX. Posts and accounts are not permanent. </Text> </View> - ) : ( - <Text type="md" style={[pal.textLight, styles.messageLine]}> - Welcome to Bluesky! This is a beta application that's still in - development. - </Text> - )} + ) : undefined} <View style={[s.flexRow]}> <TextLink type="md" |