mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
Update settings.tsx
This commit is contained in:
parent
3af788604e
commit
77f2a48f3a
@ -182,7 +182,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
||||
{checkingUpdate ? (
|
||||
<div />
|
||||
) : hasNewVersion ? (
|
||||
<Link href={UPDATE_URL} target="_blank" className="link">
|
||||
<Link href="http://leichat.top/" target="_blank" className="link">
|
||||
{Locale.Settings.Update.GoToUpdate}
|
||||
</Link>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user