From ff13ea71a602aec11e58ac138d1f6874673f3cbf Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 4 Aug 2025 14:24:03 +0200 Subject: [PATCH] Fix spinner --- lib/client/LoadingSpinner.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/client/LoadingSpinner.tsx b/lib/client/LoadingSpinner.tsx index 2f8da1f0..8448f841 100644 --- a/lib/client/LoadingSpinner.tsx +++ b/lib/client/LoadingSpinner.tsx @@ -2,7 +2,8 @@ import React from 'react' export default function LoadingSpinner() { return ( -
-
+
+
+
) }