From 63ee37c0767c78ef3745a70c00cffa50a2428996 Mon Sep 17 00:00:00 2001 From: Kyle Boe Date: Tue, 6 Feb 2024 18:24:26 -0800 Subject: [PATCH] Use .icon function from core components --- lib/beacon_web/components/layouts/app.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/beacon_web/components/layouts/app.html.heex b/lib/beacon_web/components/layouts/app.html.heex index 7b9d26726..d97f04503 100644 --- a/lib/beacon_web/components/layouts/app.html.heex +++ b/lib/beacon_web/components/layouts/app.html.heex @@ -9,7 +9,7 @@ phx-disconnected={show("#disconnected")} phx-connected={hide("#disconnected")} > - Attempting to reconnect + Attempting to reconnect <.icon name="hero-arrow-path" class="ml-1 w-3 h-3 inline animate-spin" /> <%= @inner_content %>