Change Handle modal DNS instruction tweaks for clarity (#1245)

* Remove potentially confusing period from subdomain in changehandle (close #1004)

* Clarify dns instructions further (close #1087)
zio/stable
Paul Frazee 2023-08-22 16:37:04 -07:00 committed by GitHub
parent 54706a0437
commit 8e1d0b0396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -418,7 +418,7 @@ function CustomHandleForm({
</Text>
<View style={[styles.dnsValue]}>
<Text type="mono" style={[styles.monoText, pal.text]}>
_atproto.
_atproto
</Text>
</View>
<Text type="md-medium" style={[styles.dnsLabel, pal.text]}>
@ -438,6 +438,12 @@ function CustomHandleForm({
</Text>
</View>
</View>
<Text type="md" style={[pal.text, s.pt20, s.pl5]}>
This should create a domain record at:{' '}
</Text>
<Text type="mono" style={[styles.monoText, pal.text, s.pt5, s.pl5]}>
_atproto.{handle}
</Text>
</>
) : (
<>