diff --git a/web/components/loading.templ b/web/components/loading.templ index dd4dfb2..9ec1c8e 100644 --- a/web/components/loading.templ +++ b/web/components/loading.templ @@ -1,10 +1,12 @@ package ui templ LoadingIndicator(text string) { -
-
-
-
- { text } +
+
+ + + +
+ { text }
}