mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-13 11:41:00 +00:00
Add alert role on connection status so it is read automatically on change.
Note: not currently tested since I'm not sure how to force these states, but I did notice them happening from time to time so wanted to try addressing them..
This commit is contained in:
parent
6d95137d1f
commit
7096b98cc2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ defmodule LiveBeatsWeb.LiveHelpers do
|
|||
</svg>
|
||||
</div>
|
||||
<div class="ml-3">
|
||||
<p class="text-sm font-medium text-red-800">
|
||||
<p class="text-sm font-medium text-red-800" role="alert">
|
||||
<%= render_slot(@inner_block) %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue