Ghost/ghost/admin/app/components/dashboard/v5/parts/zero.hbs
James Morris 8bf30b3a68 Basic improvements to the Paid Mix empty state
refs: https://github.com/TryGhost/Team/issues/1531

- still not ideal, but better than it was and now not showing as broken
2022-05-10 18:40:27 +01:00

8 lines
294 B
Handlebars

<div class="gh-dashboard5-zero">
<div class="gh-dashboard5-zero-message">
<h4>Welcome to your Dashboard</h4>
<p>You'll find member analytics here once<br />someone signs up.</p>
<p><LinkTo @route="members">Add or import members &rarr;</LinkTo></p>
</div>
</div>