20 lines
692 B
Diff
20 lines
692 B
Diff
--- a/src/view/shell/desktop/RightNav.tsx
|
|
+++ b/src/view/shell/desktop/RightNav.tsx
|
|
@@ -111,14 +111,14 @@
|
|
</>
|
|
)}
|
|
<InlineLinkText
|
|
- to="https://bsky.social/about/support/privacy-policy"
|
|
+ to="/support/privacy-policy"
|
|
style={[t.atoms.text_contrast_medium]}
|
|
label={_(msg`Privacy`)}>
|
|
{_(msg`Privacy`)}
|
|
</InlineLinkText>
|
|
<Text style={[t.atoms.text_contrast_low]}>{' ∙ '}</Text>
|
|
<InlineLinkText
|
|
- to="https://bsky.social/about/support/tos"
|
|
+ to="/support/tos"
|
|
style={[t.atoms.text_contrast_medium]}
|
|
label={_(msg`Terms`)}>
|
|
{_(msg`Terms`)}
|