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 d38c18a commit 74b5f74Copy full SHA for 74b5f74
website/src/Layout.tsx
@@ -1,11 +1,13 @@
1
import { Fragment } from 'react';
2
import { Outlet, NavLink } from 'react-router-dom';
3
+import GitHubCorners from '@uiw/react-github-corners';
4
import '@wcj/dark-mode';
5
import styles from './Layout.module.less';
6
7
export function Layout() {
8
return (
9
<Fragment>
10
+ <GitHubCorners target="__blank" fixed href="https://github.com/kktjs/markdown-react-code-preview-loader" />
11
<header className={styles.header}>
12
<nav>
13
<NavLink to="/" replace>
0 commit comments