about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-24 10:45:56 -0500
committerGitHub <noreply@github.com>2024-09-25 00:45:56 +0900
commitdbe1df7ac7de58e02dc8f236347b0856cfb570ef (patch)
tree649b8f3467919c4a846efc449aaf20a3a0d78d2d
parentb626b93417a5c1fd5f91b3641fb095f7ac50abf1 (diff)
downloadvoidsky-dbe1df7ac7de58e02dc8f236347b0856cfb570ef.tar.zst
Edit self hosting copy (#5469)
* Edit self hosting copy

* Tweak

* Tweak
-rw-r--r--src/view/com/auth/server-input/index.tsx13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/view/com/auth/server-input/index.tsx b/src/view/com/auth/server-input/index.tsx
index 0d64650dd..fb69e1d9c 100644
--- a/src/view/com/auth/server-input/index.tsx
+++ b/src/view/com/auth/server-input/index.tsx
@@ -3,14 +3,15 @@ import {View} from 'react-native'
 import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
 
+import {BSKY_SERVICE} from '#/lib/constants'
 import * as persisted from '#/state/persisted'
-import {BSKY_SERVICE} from 'lib/constants'
 import {atoms as a, useBreakpoints, useTheme} from '#/alf'
 import {Button, ButtonText} from '#/components/Button'
 import * as Dialog from '#/components/Dialog'
 import * as TextField from '#/components/forms/TextField'
 import * as ToggleButton from '#/components/forms/ToggleButton'
 import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe'
+import {InlineLinkText} from '#/components/Link'
 import {P, Text} from '#/components/Typography'
 
 export function ServerInputDialog({
@@ -153,9 +154,13 @@ export function ServerInputDialog({
               ]}>
               <Trans>
                 Bluesky is an open network where you can choose your hosting
-                provider. Custom hosting is now available in beta for
-                developers.
-              </Trans>
+                provider. If you're a developer, you can host your own server.
+              </Trans>{' '}
+              <InlineLinkText
+                label={_(msg`Learn more about self hosting your PDS.`)}
+                to="https://atproto.com/guides/self-hosting">
+                <Trans>Learn more.</Trans>
+              </InlineLinkText>
             </P>
           </View>