Ghost/ghost/admin/app/components/dashboard/resources/community.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

18 lines
712 B
Handlebars

<section class="gh-dashboard-resource gh-dashboard-community">
<a href="https://ghost.org/resources/community/" target="_blank" rel="noopener noreferrer" class="gh-dashboard-resource-box">
<div class="gh-dashboard-resource-title">
<h4>Ghost Creator Community</h4>
</div>
<div class="gh-dashboard-resource-body">
<div class="gh-dashboard-list">
<div class="gh-dashboard-list-body">
<p>Talk strategy.<br />Get advice.<br />Or just hang out.</p>
</div>
</div>
</div>
<div class="gh-dashboard-resource-footer">
Share the journey &rarr;
</div>
</a>
</section>