Update settings.tsx
This commit is contained in:
parent
3af788604e
commit
77f2a48f3a
|
@ -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>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Reference in New Issue