From 25bd99abc5a72f42967756be8276c4e76562ff68 Mon Sep 17 00:00:00 2001 From: cdn0x12 Date: Mon, 3 Feb 2025 21:21:06 +0800 Subject: [PATCH] fix: the loading string updates page does not supports dark mode --- src/components/LoadingSpinner.tsx | 2 +- src/components/Timeline.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LoadingSpinner.tsx b/src/components/LoadingSpinner.tsx index cda0d28..b330689 100644 --- a/src/components/LoadingSpinner.tsx +++ b/src/components/LoadingSpinner.tsx @@ -6,7 +6,7 @@ const LoadingSpinner: React.FC = () => { return (
-
+
{t('common.loading')}
); diff --git a/src/components/Timeline.tsx b/src/components/Timeline.tsx index fb4090f..937b622 100644 --- a/src/components/Timeline.tsx +++ b/src/components/Timeline.tsx @@ -152,7 +152,7 @@ const Timeline = () => { {isLoading ? (
-

{t('updates.loading')}

+

{t('updates.loading')}

) : updates.length > 0 ? ( <>