forked from projects/fipamo
ac08c77813
Began the process of removing all invalid role attributes starting with the header, login, and notifications components. Updated the corresponding scripts as well. Made a few structural changes to the header to simply it and then tested it to ensure notification still worked.
11 lines
295 B
Twig
11 lines
295 B
Twig
<div class="notify-message">
|
|
<div class="notify-icons">
|
|
<i class="ti ti-mood-smile notify-good"></i>
|
|
<i class="ti ti-mood-sad notify-notgood"></i>
|
|
<i class="ti ti-settings notify-working"></i>
|
|
</div>
|
|
<div class="notify-text">
|
|
<span class="response-text">Hey Hey</span>
|
|
</div>
|
|
</div>
|