From 09623f73aae1dededeb713b2925abbef4af8c0aa Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 15 Jul 2025 09:13:42 -0600 Subject: [PATCH] Ensure all the indicators spin --- src/components/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/head.html b/src/components/head.html index 8c1a002..4fb8184 100644 --- a/src/components/head.html +++ b/src/components/head.html @@ -62,7 +62,7 @@ } } - #indicator { + .htmx-indicator { animation: spin 2s linear infinite; }