Fix some broken links on policy docs (#916)
This commit is contained in:
@@ -30,8 +30,8 @@ export const PrivacyPolicyScreen = (_props: Props) => {
|
|||||||
The Privacy Policy has been moved to{' '}
|
The Privacy Policy has been moved to{' '}
|
||||||
<TextLink
|
<TextLink
|
||||||
style={pal.link}
|
style={pal.link}
|
||||||
href="https://blueskyweb.xyz/support/privacy"
|
href="https://blueskyweb.xyz/support/privacy-policy"
|
||||||
text="blueskyweb.xyz/support/privacy"
|
text="blueskyweb.xyz/support/privacy-policy"
|
||||||
/>
|
/>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() {
|
|||||||
<TextLink
|
<TextLink
|
||||||
type="md"
|
type="md"
|
||||||
style={pal.link}
|
style={pal.link}
|
||||||
href="/support/privacy"
|
href="https://blueskyweb.xyz/support/privacy-policy"
|
||||||
text="Privacy Policy"
|
text="Privacy Policy"
|
||||||
/>
|
/>
|
||||||
<Text type="md" style={pal.textLight}>
|
<Text type="md" style={pal.textLight}>
|
||||||
@@ -55,7 +55,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() {
|
|||||||
<TextLink
|
<TextLink
|
||||||
type="md"
|
type="md"
|
||||||
style={pal.link}
|
style={pal.link}
|
||||||
href="/support/tos"
|
href="https://blueskyweb.xyz/support/tos"
|
||||||
text="Terms"
|
text="Terms"
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user