Trying things...

This commit is contained in:
2024-04-10 04:45:48 -04:00
parent ab906e4af1
commit 5411df5893
2 changed files with 13 additions and 6 deletions

View File

@@ -643,6 +643,11 @@ function handle_qr_camera(event) {
<header class="popover__header flex gap-1 justify-between items-center p-1 border-b">
<h2 class="h3">Scan</h2>
<div class="variant-ghost-error">
<span class="fas fa-exclamation-triangle mx-1"></span>
<span>Bug fix in progress for scanning with some devices -2024-04-10 10:15 AM</span>
</div>
<div class="popover__actions">
<button
type="button"
@@ -653,7 +658,7 @@ function handle_qr_camera(event) {
}}
>
<span class="fas fa-times mx-1"></span>
Close
Close X
</button>
</div>
</header>