Skip to content

Commit

Permalink
website: update website nav menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 24, 2023
1 parent f733145 commit 5ee5695
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ root.render(
description="A simple code editor with syntax highlighting."
version={`v${VERSION}`}
>
<MarkdownPreviewExample.NavMenu
title="Textarea Code Editor"
menus={[
<a target="_blank" href="https://jaywcjlove.github.io/#/sponsor" rel="noopener noreferrer">
Sponsor
</a>,
]}
/>
<Github href="https://github.com/uiwjs/react-textarea-code-editor" />
<Example>
<App />
Expand Down

0 comments on commit 5ee5695

Please sign in to comment.