Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update links (#8800)

authored by

Eric Bailey and committed by
GitHub
22a8b63d 2ba2d9e5

+5 -5
+5 -5
src/components/PolicyUpdateOverlay/updates/202508/index.tsx
··· 26 26 const links = { 27 27 terms: { 28 28 overridePresentation: false, 29 - to: `https://bsky.social/about/support`, 29 + to: `https://bsky.social/about/support/tos`, 30 30 label: _(msg`Terms of Service`), 31 31 }, 32 32 privacy: { 33 33 overridePresentation: false, 34 - to: `https://bsky.social/about/support`, 34 + to: `https://bsky.social/about/support/privacy-policy`, 35 35 label: _(msg`Privacy Policy`), 36 36 }, 37 37 copyright: { 38 38 overridePresentation: false, 39 - to: `https://bsky.social/about/support`, 39 + to: `https://bsky.social/about/support/copyright`, 40 40 label: _(msg`Copyright Policy`), 41 41 }, 42 42 guidelines: { 43 43 overridePresentation: false, 44 - to: `https://bsky.social/about/support`, 44 + to: `https://bsky.social/about/support/community-guidelines`, 45 45 label: _(msg`Community Guidelines`), 46 46 }, 47 47 blog: { 48 48 overridePresentation: false, 49 - to: `https://bsky.social/about/support`, 49 + to: `https://bsky.social/about/blog/08-11-2025-updated-terms-and-policies`, 50 50 label: _(msg`Our blog post`), 51 51 }, 52 52 }