Skip to content

Commit

Permalink
feat: 英文引导链接替换为英文地址
Browse files Browse the repository at this point in the history
  • Loading branch information
IVLIU committed Mar 1, 2024
1 parent 9fe2b01 commit 95e64fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repeater.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Repeater: FC<IProps> = (props) => {
`
: `
Due to the limitations of react, component suspension caused by updates triggered by startTransition or useDeferredValue will not render the rollback. For details, please refer to
https://zh-hans.react.dev/reference/react/Suspense#preventing-already-revealed-content-from-hiding
https://react.dev/reference/react/Suspense#preventing-already-revealed-content-from-hiding
`,
);
}
Expand Down

0 comments on commit 95e64fe

Please sign in to comment.