Zio Blue: various rebranding changes
parent
11729c356f
commit
e42b3778ed
|
@ -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} />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue