We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86433b5 commit d57f649Copy full SHA for d57f649
website/src/App.tsx
@@ -6,7 +6,7 @@ import '@wcj/dark-mode';
6
const App = () => {
7
return (
8
<Fragment>
9
- <GitHubCorners target="__blank" fixed href="https://github.com/kktjs/markdown-react-code-preview-loader" />
+ <GitHubCorners target="__blank" fixed href="https://github.com/uiwjs/react-code-preview-layout" />
10
<div className={styles.dark}>
11
<dark-mode permanent></dark-mode>
12
</div>
0 commit comments