Add testnet warning (#880)
* Add testnet warning * Add watermarks to posts * Call the test environment the Sandbox
This commit is contained in:
parent
775b5e6578
commit
3663ee57f3
7 changed files with 81 additions and 9 deletions
|
@ -62,7 +62,9 @@ export const FeedsTabBar = observer(
|
|||
/>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
<Text style={[brandBlue, s.bold, styles.title]}>Bluesky</Text>
|
||||
<Text style={[brandBlue, s.bold, styles.title]}>
|
||||
{store.session.isSandbox ? 'SANDBOX' : 'Bluesky'}
|
||||
</Text>
|
||||
<View style={[pal.view]}>
|
||||
<Link
|
||||
href="/settings/saved-feeds"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue