Skip to content

Commit 92cad27

Browse files
committed
semibold
1 parent ebe19d6 commit 92cad27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

priv/templates/phx.gen.live/core_components.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
8585
phx-connected={hide("#client-error")}
8686
hidden
8787
>
88-
<span class="font-bold"><%= maybe_eex_gettext.("We can't find the internet!", @gettext)%></span>
88+
<span class="font-semibold"><%= maybe_eex_gettext.("We can't find the internet!", @gettext)%></span>
8989
<%= maybe_eex_gettext.("Attempting to reconnect", @gettext) %>
9090
<.icon name="hero-arrow-path" class="ml-1 h-3 w-3 motion-safe:animate-spin" />
9191
</.flash>
@@ -97,7 +97,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
9797
phx-connected={hide("#server-error")}
9898
hidden
9999
>
100-
<span class="font-bold"><%= maybe_eex_gettext.("Something went wrong!", @gettext)%></span>
100+
<span class="font-semibold"><%= maybe_eex_gettext.("Something went wrong!", @gettext)%></span>
101101
<%= maybe_eex_gettext.("Hang in there while we get back on track", @gettext) %>
102102
<.icon name="hero-arrow-path" class="ml-1 h-3 w-3 motion-safe:animate-spin" />
103103
</.flash>

0 commit comments

Comments
 (0)