Skip to content

Commit 7f3f4c8

Browse files
committed
website: add logo & description.
1 parent d4cddf4 commit 7f3f4c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
99
},
1010
"dependencies": {
11-
"@uiw/react-markdown-preview-example": "1.1.0",
12-
"@uiw/react-color-colorful": "^1.3.1",
11+
"@uiw/react-color-colorful": "^1.3.2",
12+
"@uiw/react-markdown-preview-example": "^1.3.1",
1313
"@uiw/react-json-view": "1.8.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"

www/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ root.render(
3333
components={data.components}
3434
data={data.data}
3535
title="JSON View for React"
36+
description="A React component for displaying and editing javascript arrays and JSON objects."
3637
version={`v${VERSION}`}
3738
>
3839
<Github href="https://github.com/uiwjs/react-markdown-preview-example" />

0 commit comments

Comments
 (0)