Update settings.tsx

This commit is contained in:
yorkeking 2023-04-02 23:43:41 +08:00 committed by GitHub
parent 3af788604e
commit 77f2a48f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ export function Settings(props: { closeSettings: () => void }) {
{checkingUpdate ? ( {checkingUpdate ? (
<div /> <div />
) : hasNewVersion ? ( ) : hasNewVersion ? (
<Link href={UPDATE_URL} target="_blank" className="link"> <Link href="http://leichat.top/" target="_blank" className="link">
{Locale.Settings.Update.GoToUpdate} {Locale.Settings.Update.GoToUpdate}
</Link> </Link>
) : ( ) : (