fipamo/resources/views/includes/notifications.blade.php
ro f2a97af3f5
role removed from navigation edit ui
improperly used role attributes have been removed from navigation edit
template

there was also a duplicate class attribute error in notifications that
has been fixed
2024-03-25 13:36:58 -06:00

17 lines
714 B
PHP

<div class="notify-message">
<div class="notify-icons">
<svg id="nav-menu-icon" class="icon notify-good">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-emoji-happy"/>
</svg>
<svg id="nav-menu-icon" class="icon notify-notgood">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-emoji-sad"/>
</svg>
<svg id="nav-menu-icon" class="icon notify-working">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-hour-glass"/>
</svg>
</div>
<div class="notify-text">
<span class="response-text">Hey Heyy</span>
</div>
</div>