mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated empty state layout
refs https://github.com/TryGhost/Product/issues/3942
This commit is contained in:
parent
73e9702cf7
commit
22029bfd1b
1 changed files with 2 additions and 1 deletions
|
@ -87,10 +87,11 @@ const RecommendationList: React.FC<RecommendationListProps> = ({recommendations,
|
|||
</Table>;
|
||||
} else {
|
||||
return <NoValueLabel>
|
||||
<span className='mb-4 max-w-[40ch] text-center'>Get started by sharing any publication you think your audience will find valuable. Need inspiration? <Link href="https://ghost.org/explore" target='_blank'>Explore thousands of sites</Link>.</span>
|
||||
<span className='mb-2 max-w-[40ch] text-center'>Get started by sharing any publication you think your audience will find valuable.</span>
|
||||
<Button color='grey' label='Add first recommendation' size='sm' onClick={() => {
|
||||
openAddNewRecommendationModal();
|
||||
}}></Button>
|
||||
<span className='mt-2 max-w-[40ch] text-center text-xs'>Need inspiration? <Link href="https://ghost.org/explore" target='_blank'>Explore thousands of sites</Link></span>
|
||||
</NoValueLabel>;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue