Files
legolog/client/public/components/templates/notificationbar.html
Benjamin Kyd b652d8cd6b product listing
Former-commit-id: 1ee2385fa95125e08311a8e15b7ac4b38c111e26
2022-03-29 00:23:42 +01:00

10 lines
313 B
HTML

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