diff options
Diffstat (limited to 'src/view/com/auth')
-rw-r--r-- | src/view/com/auth/HomeLoggedOutCTA.tsx | 6 | ||||
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/view/com/auth/HomeLoggedOutCTA.tsx b/src/view/com/auth/HomeLoggedOutCTA.tsx index 32b873ac6..f796d8bae 100644 --- a/src/view/com/auth/HomeLoggedOutCTA.tsx +++ b/src/view/com/auth/HomeLoggedOutCTA.tsx @@ -83,19 +83,19 @@ export function HomeLoggedOutCTA() { <View style={[styles.footer, pal.view, pal.border]}> <TextLink type="2xl" - href="https://blueskyweb.xyz" + href="https://bsky.social" text={_(msg`Business`)} style={[styles.footerLink, pal.link]} /> <TextLink type="2xl" - href="https://blueskyweb.xyz/blog" + href="https://bsky.social/about/blog" text={_(msg`Blog`)} style={[styles.footerLink, pal.link]} /> <TextLink type="2xl" - href="https://blueskyweb.xyz/join" + href="https://bsky.social/about/join" text={_(msg`Jobs`)} style={[styles.footerLink, pal.link]} /> diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index d2b1a47e3..8ef64099f 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -102,17 +102,17 @@ function Footer({styles}: {styles: ReturnType<typeof useStyles>}) { return ( <View style={[styles.footer, pal.view, pal.border]}> <TextLink - href="https://blueskyweb.xyz" + href="https://bsky.social" text="Business" style={[styles.footerLink, pal.link]} /> <TextLink - href="https://blueskyweb.xyz/blog" + href="https://bsky.social/about/blog" text="Blog" style={[styles.footerLink, pal.link]} /> <TextLink - href="https://blueskyweb.xyz/join" + href="https://bsky.social/about/join" text="Jobs" style={[styles.footerLink, pal.link]} /> |