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 <InlineLinkText
label={_(msg`Learn more about Bluesky`)} label={_(msg`Learn more about Bluesky`)}
to="https://bsky.social"> to="https://bsky.social">
<Trans>Business</Trans> <Trans>About Bluesky</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>
</InlineLinkText> </InlineLinkText>
<View style={a.flex_1} /> <View style={a.flex_1} />

View File

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