Skip to content

Commit 5ee5695

Browse files
committed
website: update website nav menu.
1 parent f733145 commit 5ee5695

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

www/src/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ root.render(
1616
description="A simple code editor with syntax highlighting."
1717
version={`v${VERSION}`}
1818
>
19+
<MarkdownPreviewExample.NavMenu
20+
title="Textarea Code Editor"
21+
menus={[
22+
<a target="_blank" href="https://jaywcjlove.github.io/#/sponsor" rel="noopener noreferrer">
23+
Sponsor
24+
</a>,
25+
]}
26+
/>
1927
<Github href="https://github.com/uiwjs/react-textarea-code-editor" />
2028
<Example>
2129
<App />

0 commit comments

Comments
 (0)