Skip to content

Commit 882f61b

Browse files
committed
Redesign update notification
Signed-off-by: Matt Friedman <[email protected]>
1 parent 0450427 commit 882f61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/overall_header.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="toast-container position-fixed top-0 end-0 p-3 mt-5" style="z-index: 1045">
2424
<div id="qiUpdateToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
2525
<div class="toast-header">
26-
<strong class="me-auto">{{ lang('UPDATE_AVAILABLE') }}</strong>
26+
<span class="me-auto">{{ lang('UPDATE_AVAILABLE') }}</span>
2727
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
2828
</div>
2929
<div class="toast-body">

0 commit comments

Comments
 (0)