From 77f2a48f3a2b1f8c9a532870d8fc6d703118159b Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:43:41 +0800 Subject: [PATCH] Update settings.tsx --- app/components/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 8f015006c..5d3879b26 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -182,7 +182,7 @@ export function Settings(props: { closeSettings: () => void }) { {checkingUpdate ? (
) : hasNewVersion ? ( - + {Locale.Settings.Update.GoToUpdate} ) : (