<div class="alert alert-danger row mx-0 p-3 align-items-center">
<div class="col-auto">
- <picture>
- <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml"></source>
- <%= image_tag("notice.png", :srcset => image_path("notice.svg")) %>
- </picture>
+ <%= image_tag("notice.png", :srcset => image_path("notice.svg")) %>
</div>
<div class="col">
<p class="mb-0"><%= t ".warning" %></p>