Ghost/ghost/admin/app/components/gh-whats-new.hbs
2021-02-12 17:56:40 +01:00

7 lines
185 B
Handlebars

{{#if this.whatsNew.isShowingModal}}
<GhFullscreenModal
@modal="whats-new"
@modifier="wide gh-wn-modal"
@close={{fn this.whatsNew.closeModal}}
/>
{{/if}}