0
Fork 0
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:
Djordje Vlaisavljevic 2024-10-22 15:06:21 +01:00
parent 7e7aee92c5
commit 936ff85efb

View file

@ -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&apos;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&apos;ll find the latest posts from accounts you&apos;re following, so go ahead and find the ones you like using the &quot;Search&quot; tab.
</p>
<p className='text-pretty text-grey-800'>
You can see all of the users on the rightfind your favorite ones and give them a follow.
<p className="text-pretty text-grey-800">
For more information about what you can and can&apos;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>
)}