fix web links to no longer point to staging (#758)
* fix web link in README.md * missed one
This commit is contained in:
parent
c808721938
commit
09c515d273
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue