vault/ui/app/templates/components/wizard/tutorial-complete.hbs
2018-08-28 00:03:55 -05:00

12 lines
436 B
Handlebars

<WizardContent @headerText="Thanks for taking the tour!" @glyph="tour" @class="collapsed">
<p>
We hope you enjoyed using Vault. You can get back to the guide in the user menu in the upper right.
</p>
<div class="box wizard-divider-box">
<button type="button" class="button is-transparent has-icon-left has-text-white" {{action onDismiss}}>
<ICon @glyph="close" />
Close
</button>
</div>
</WizardContent>