diff --git a/src/App.tsx b/src/App.tsx index 25624bc..7665ae1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -92,8 +92,8 @@ const App: React.FC = () => { })} >
-
+
} /> } /> diff --git a/src/components/Header.tsx b/src/components/Header.tsx index eb88ee2..64d0858 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -157,22 +157,20 @@ export function RefreshToast() { } return ( -
- - -
- -

{t("refreshing")}...

-
-
-
-
+ + +
+ +

{t("refreshing")}...

+
+
+
) }