Zio Blue: various rebranding changes

zio/stable
Ducky 2024-09-03 17:21:42 +01:00
parent 11729c356f
commit e42b3778ed
2 changed files with 4 additions and 14 deletions

View File

@ -151,17 +151,7 @@ function Footer() {
<InlineLinkText
label={_(msg`Learn more about Bluesky`)}
to="https://bsky.social">
<Trans>Business</Trans>
</InlineLinkText>
<InlineLinkText
label={_(msg`Read the Bluesky blog`)}
to="https://bsky.social/about/blog">
<Trans>Blog</Trans>
</InlineLinkText>
<InlineLinkText
label={_(msg`See jobs at Bluesky`)}
to="https://bsky.social/about/join">
<Trans>Jobs</Trans>
<Trans>About Bluesky</Trans>
</InlineLinkText>
<View style={a.flex_1} />

View File

@ -153,7 +153,7 @@ export function ServerInputDialog({
a.flex_1,
]}>
<Trans>
A small
A small{' '}
<InlineLinkText
label={_(msg`PDS instance`)}
to="https://github.com/bluesky-social/pds"
@ -162,7 +162,7 @@ export function ServerInputDialog({
PDS instance
</Trans>
</InlineLinkText>
ran by
{' '}ran by{' '}
<InlineLinkText
label={_(msg`Zio`)}
to="https://zio.sh"
@ -170,7 +170,7 @@ export function ServerInputDialog({
<Trans>
Zio
</Trans>
</InlineLinkText>
</InlineLinkText>.
</Trans>
</P>
</View>