Zio Blue: various rebranding changes
This commit is contained in:
parent
0e1de19903
commit
7462f796a4
2 changed files with 23 additions and 8 deletions
|
@ -86,9 +86,9 @@ export function ServerInputDialog({
|
|||
label="Preferences"
|
||||
values={fixedOption}
|
||||
onChange={setFixedOption}>
|
||||
<ToggleButton.Button name={BSKY_SERVICE} label={_(msg`Bluesky`)}>
|
||||
<ToggleButton.Button name={BSKY_SERVICE} label={_(msg`Zio`)}>
|
||||
<ToggleButton.ButtonText>
|
||||
{_(msg`Bluesky`)}
|
||||
{_(msg`Zio`)}
|
||||
</ToggleButton.ButtonText>
|
||||
</ToggleButton.Button>
|
||||
<ToggleButton.Button
|
||||
|
@ -152,9 +152,24 @@ export function ServerInputDialog({
|
|||
a.flex_1,
|
||||
]}>
|
||||
<Trans>
|
||||
Bluesky is an open network where you can choose your hosting
|
||||
provider. Custom hosting is now available in beta for
|
||||
developers.
|
||||
A small
|
||||
<InlineLinkText
|
||||
label={_(msg`PDS instance`)}
|
||||
to="https://github.com/bluesky-social/pds"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
PDS instance
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
ran by
|
||||
<InlineLinkText
|
||||
label={_(msg`Zio`)}
|
||||
to="https://zio.sh"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
Zio
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
</Trans>
|
||||
</P>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue