Skip to content

Commit

Permalink
Change warning last scan + context
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoonui authored and crypto-rizzo committed Oct 15, 2023
1 parent a1c31ed commit e4c0053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/templates/redesign/scanner/scanner_warning.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% load i18n static %}
<div
id="fade-me-in"
class="text-bg-danger fw-bold text-center px-3 py-2"
data-scan-indicator="<i class='fa-solid fa-times-circle text-danger-emphasis'></i>"
class="text-bg-warning fw-bold text-center px-3 py-2"
data-scan-indicator="<i class='fa-solid fa-warning text-warning-emphasis'></i>"
>
<i class="fa-solid fa-warning me-1"></i>
{{ message }}
Expand Down

0 comments on commit e4c0053

Please sign in to comment.