19 lines
818 B
Diff
19 lines
818 B
Diff
diff --git a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx
|
|
index f7610018a..905c19793 100644
|
|
--- a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx
|
|
+++ b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx
|
|
@@ -29,12 +29,12 @@ export function Content({state}: {state: PolicyUpdateState}) {
|
|
terms: {
|
|
overridePresentation: false,
|
|
- to: `https://bsky.social/about/support/tos`,
|
|
+ to: `https://syu.is/about/support/tos`,
|
|
label: _(msg`Terms of Service`),
|
|
},
|
|
privacy: {
|
|
overridePresentation: false,
|
|
- to: `https://bsky.social/about/support/privacy-policy`,
|
|
+ to: `https://syu.is/about/support/privacy-policy`,
|
|
label: _(msg`Privacy Policy`),
|
|
},
|
|
copyright: {
|