Skip to content

Commit d57f649

Browse files
committed
fix:更新跳转github连接
1 parent 86433b5 commit d57f649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import '@wcj/dark-mode';
66
const App = () => {
77
return (
88
<Fragment>
9-
<GitHubCorners target="__blank" fixed href="https://github.com/kktjs/markdown-react-code-preview-loader" />
9+
<GitHubCorners target="__blank" fixed href="https://github.com/uiwjs/react-code-preview-layout" />
1010
<div className={styles.dark}>
1111
<dark-mode permanent></dark-mode>
1212
</div>

0 commit comments

Comments
 (0)