diff options
author | Ben Harris <ben@tilde.team> | 2023-05-30 16:34:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 13:34:14 -0700 |
commit | 09c515d273bcdcc50e35e8fb347338170863593c (patch) | |
tree | 87c09787c88794614c84f4cf9c3e82ea35d9af99 /src | |
parent | c8087219381c72233af7aef3bfd60fc587d479c4 (diff) | |
download | voidsky-09c515d273bcdcc50e35e8fb347338170863593c.tar.zst |
fix web links to no longer point to staging (#758)
* fix web link in README.md * missed one
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/ContentFilteringSettings.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/modals/ContentFilteringSettings.tsx b/src/view/com/modals/ContentFilteringSettings.tsx index 1256bd420..5215c9cb4 100644 --- a/src/view/com/modals/ContentFilteringSettings.tsx +++ b/src/view/com/modals/ContentFilteringSettings.tsx @@ -52,8 +52,8 @@ export const Component = observer(({}: {}) => { Adult content can only be enabled via the Web at{' '} <TextLink style={pal.link} - href="https://staging.bsky.app" - text="staging.bsky.app" + href="https://bsky.app" + text="bsky.app" /> . </Text> |