Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Oct 7, 2023
1 parent c29f2d5 commit 20da590
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-papaparse-docs",
"version": "3.17.1",
"version": "4.2.0",
"description": "react-papaparse docs.",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"raw-loader": "^4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-papaparse": "^4.0.0",
"react-papaparse": "^4.2.0",
"react-tabs": "^3.1.0"
},
"devDependencies": {
Expand Down
12 changes: 11 additions & 1 deletion docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class CustomApp extends App {
react-papaparse by{' '}
<a href="https://github.com/bunlong">Bunlong</a>
<br />
&copy; 2018-2022
&copy; 2018-2023
</div>

<div className="grid-15 mobile-grid-50 links">
Expand All @@ -160,10 +160,20 @@ class CustomApp extends App {

<div className="grid-15 mobile-grid-50 links">
<h5>Project</h5>
<a href="https://github.com/Bunlong/next-qrcode" target="_blank">
next-qrcode
</a>
<a href="https://github.com/Bunlong/next-share" target="_blank">
next-share
</a>
</div>

<div className="grid-15 mobile-grid-50 links">
<h5>Pattern</h5>
<a href="https://reactpatterns.js.org" target="_blank">
React Patterns
</a>
</div>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/screens/docs/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Navbar = () => {
</div>
<div className="grid-20 hide-on-mobile text-center">
<a href="/" className="text-logo">
react-papaparse 3
react-papaparse 4
</a>
</div>
<div className="grid-40 mobile-grid-50 text-right">
Expand Down

0 comments on commit 20da590

Please sign in to comment.