ro
f2a97af3f5
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
17 lines
714 B
PHP
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>
|