diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-17 14:17:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 16:17:14 -0500 |
commit | ad15ee31f3e069ca97f2f6817f977fb9a04b3203 (patch) | |
tree | de51dfa2cf7d0e1a801f8de20919be7dbcd37840 /src/view/shell/desktop/RightNav.tsx | |
parent | 3bd891b01aecdd8f2c7d5d833d735cb5ba6f5cba (diff) | |
download | voidsky-ad15ee31f3e069ca97f2f6817f977fb9a04b3203.tar.zst |
[APP-773] Change waitlist explainer copy (#1021)
* Change waitlist explainer copy * Restore the waitlist modal snap point to 80% to account for smaller phones * Tune copy further
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" |