mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated welcome screen copy and link
ref https://forum.ghost.org/t/activitypub-beta-start-here/51780
This commit is contained in:
parent
7e7aee92c5
commit
936ff85efb
1 changed files with 6 additions and 6 deletions
|
@ -200,15 +200,15 @@ const Inbox: React.FC<InboxProps> = ({}) => {
|
|||
src={ActivityPubWelcomeImage}
|
||||
/>
|
||||
<Heading className='text-balance' level={2}>
|
||||
Welcome to ActivityPub
|
||||
Welcome to ActivityPub Beta
|
||||
</Heading>
|
||||
<p className='text-pretty text-grey-800'>
|
||||
We're so glad to have you on board! At the moment, you can follow other Ghost sites and enjoy their content right here inside Ghost.
|
||||
<p className="text-pretty text-grey-800">
|
||||
Here you'll find the latest posts from accounts you're following, so go ahead and find the ones you like using the "Search" tab.
|
||||
</p>
|
||||
<p className='text-pretty text-grey-800'>
|
||||
You can see all of the users on the right—find your favorite ones and give them a follow.
|
||||
<p className="text-pretty text-grey-800">
|
||||
For more information about what you can and can't (yet) do in the beta version, check out the onboarding guide:
|
||||
</p>
|
||||
<Button color='green' label='Learn more' link={true} />
|
||||
<a className='font-semibold text-green' href='https://forum.ghost.org/t/activitypub-beta-start-here/51780' rel='noopener noreferrer' target='_blank'>Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue