Skip to content

Commit 830e7a0

Browse files
committed
website: add logo & description.
1 parent 3101067 commit 830e7a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",
11+
"@uiw/react-markdown-preview-example": "^1.3.0",
1212
"@uiw/react-csv-reader": "1.0.2",
1313
"@uiw/react-json-view": "^1.6.0",
1414
"goober": "^2.1.13",

www/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ root.render(
3131
source={data.source}
3232
components={data.components}
3333
data={data.data}
34+
description="React component that handles csv file input and its parsing."
3435
title="CSV Reader for React"
3536
version={`v${VERSION}`}
3637
>

0 commit comments

Comments
 (0)