Skip to content

Commit 94871d6

Browse files
committed
fix: Fixing tests.
1 parent 31b2e75 commit 94871d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6325,7 +6325,7 @@ Head over to `lib/app_web/live/page_live.html.heex` and change it like so:
63256325
<AppWeb.Spinner.spin spin={@audio_running?} />
63266326
<% else %>
63276327
<%= if @transcription do %>
6328-
<span class="text-gray-700 font-light"><%= @transcription %></span>
6328+
<span id="output" class="text-gray-700 font-light"><%= @transcription %></span>
63296329
<% else %>
63306330
<span class="text-gray-300 font-light text-justify">Waiting for audio input.</span>
63316331
<% end %>

lib/app_web/live/page_live.html.heex

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<AppWeb.Spinner.spin spin={@audio_running?} />
273273
<% else %>
274274
<%= if @transcription do %>
275-
<span class="text-gray-700 font-light"><%= @transcription %></span>
275+
<span id="output" class="text-gray-700 font-light"><%= @transcription %></span>
276276
<% else %>
277277
<span class="text-gray-300 font-light text-justify">Waiting for audio input.</span>
278278
<% end %>

0 commit comments

Comments
 (0)