Add alt and src attribute to toas icon img

This commit is contained in:
Greg Burri 2025-05-01 18:45:26 +02:00
parent 9c755c6487
commit f23fd2b832

View file

@ -1,7 +1,7 @@
{# Needed by the frontend toast module. #}
<div id="toasts">
<div class="toast">
<img class="icon" width="24" height="24">
<img class="icon" width="24" height="24" alt="icon" src="">
<div class="content"></div>
<span class="close button"></span>
</div>