Skip to content

Commit bb4873c

Browse files
committed
website: update website nav menu.
1 parent 2eddc21 commit bb4873c

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
@@ -36,6 +36,14 @@ root.render(
3636
description="A React component for displaying and editing javascript arrays and JSON objects."
3737
version={`v${VERSION}`}
3838
>
39+
<MarkdownPreviewExample.NavMenu
40+
title="JSON View"
41+
menus={[
42+
<a target="_blank" href="https://jaywcjlove.github.io/#/sponsor" rel="noopener noreferrer">
43+
Sponsor
44+
</a>,
45+
]}
46+
/>
3947
<Github href="https://github.com/uiwjs/react-json-view" />
4048
<Example>
4149
<App />

0 commit comments

Comments
 (0)