Update links (#8800)
This commit is contained in:
@@ -26,27 +26,27 @@ export function Content({state}: {state: PolicyUpdateState}) {
|
|||||||
const links = {
|
const links = {
|
||||||
terms: {
|
terms: {
|
||||||
overridePresentation: false,
|
overridePresentation: false,
|
||||||
to: `https://bsky.social/about/support`,
|
to: `https://bsky.social/about/support/tos`,
|
||||||
label: _(msg`Terms of Service`),
|
label: _(msg`Terms of Service`),
|
||||||
},
|
},
|
||||||
privacy: {
|
privacy: {
|
||||||
overridePresentation: false,
|
overridePresentation: false,
|
||||||
to: `https://bsky.social/about/support`,
|
to: `https://bsky.social/about/support/privacy-policy`,
|
||||||
label: _(msg`Privacy Policy`),
|
label: _(msg`Privacy Policy`),
|
||||||
},
|
},
|
||||||
copyright: {
|
copyright: {
|
||||||
overridePresentation: false,
|
overridePresentation: false,
|
||||||
to: `https://bsky.social/about/support`,
|
to: `https://bsky.social/about/support/copyright`,
|
||||||
label: _(msg`Copyright Policy`),
|
label: _(msg`Copyright Policy`),
|
||||||
},
|
},
|
||||||
guidelines: {
|
guidelines: {
|
||||||
overridePresentation: false,
|
overridePresentation: false,
|
||||||
to: `https://bsky.social/about/support`,
|
to: `https://bsky.social/about/support/community-guidelines`,
|
||||||
label: _(msg`Community Guidelines`),
|
label: _(msg`Community Guidelines`),
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
overridePresentation: false,
|
overridePresentation: false,
|
||||||
to: `https://bsky.social/about/support`,
|
to: `https://bsky.social/about/blog/08-11-2025-updated-terms-and-policies`,
|
||||||
label: _(msg`Our blog post`),
|
label: _(msg`Our blog post`),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user