journal-to-canvas-slideshow/templates/notification-badge.hbs

10 lines
272 B
Handlebars
Raw Normal View History

2024-01-28 15:59:53 -06:00
<p
class="inline-notification | fs-small slight-rounded padding-small margin-none"
data-variant="{{this.notificationType}}"
title="{{this.hoverMessage}}"
>
<span class="icon-span">
<i class="{{this.icon}}"></i>
</span>
{{this.message}}
</p>