Ghost/ghost/admin/app/components/dashboard/parts/zero.hbs
Simon Backx 8502ebb96a Moving over the new Dashboard to replace the old (#2389)
refs: https://github.com/TryGhost/Team/issues/1631

Co-authored-by: James Morris <moreofmorris@users.noreply.github.com>
2022-05-17 09:34:34 +02:00

8 lines
292 B
Handlebars

<div class="gh-dashboard-zero">
<div class="gh-dashboard-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>