Update README_CN.md

This commit is contained in:
radish 2023-04-13 12:01:57 +08:00
parent 7df56a6280
commit 1313c82dfc

View File

@ -236,9 +236,9 @@ export function Settings(props: { closeSettings: () => void }) {
{checkingUpdate ? (
<div />
) : hasNewVersion ? (
/*<Link href={UPDATE_URL} target="_blank" className="link">
<Link target="_blank" className="link">
{Locale.Settings.Update.GoToUpdate}
</Link>*/
</Link>
) : (
<IconButton
icon={<ResetIcon></ResetIcon>}