Files
legolog/client/public/components/templates/notificationbar.html
Benjamin Kyd 4a83c84d3d something
Former-commit-id: 41811c2d7d98c1d3ad65e0d1dd559de64f96845e
2022-03-25 15:57:12 +00:00

10 lines
294 B
HTML

<div class="notification-bar">
<div class="notification-bar-text">
{this.state.notification}
</div>
<button class="notification-toggler">
<span class="cross-line cross-line-top"></span>
<span class="cross-line cross-line-bottom"></span>
</button>
</div>