Skip to content

Commit

Permalink
Add link to GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Aug 10, 2023
1 parent 38f470e commit d9e948e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fetching-library": "^1.7.6",
"react-github-corner": "^2.5.0",
"react-json-view": "^1.21.3",
"react-line-graph": "^1.0.6",
"react-redux": "^7.2.4",
Expand Down
2 changes: 2 additions & 0 deletions ui/src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useDispatch, useSelector } from 'react-redux';

import GithubCorner from 'react-github-corner';
import Schema from './Schema';
import SchemaInput from './SchemaInput';
import { setSchema } from './features/schemaSlice';
Expand Down Expand Up @@ -27,6 +28,7 @@ function App() {
{backButton}
</header>
{schemaDisplay}
<GithubCorner href="https://github.com/dataunitylab/jsonoid-discovery" />
</div>
);
}
Expand Down
10 changes: 10 additions & 0 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9971,6 +9971,7 @@ __metadata:
react: ^17.0.2
react-dom: ^17.0.2
react-fetching-library: ^1.7.6
react-github-corner: ^2.5.0
react-json-view: ^1.21.3
react-line-graph: ^1.0.6
react-redux: ^7.2.4
Expand Down Expand Up @@ -13135,6 +13136,15 @@ __metadata:
languageName: node
linkType: hard

"react-github-corner@npm:^2.5.0":
version: 2.5.0
resolution: "react-github-corner@npm:2.5.0"
peerDependencies:
react: "*"
checksum: cf1bb0f165b638df880f874447999950168d11a78ee2a382007e81c74372eb3453ecf1d4f9d0c7ccc6080315e3c88b2d4062735531311d7d645387ac0a949690
languageName: node
linkType: hard

"react-is@npm:^16.13.1, react-is@npm:^16.7.0, react-is@npm:^16.8.1":
version: 16.13.1
resolution: "react-is@npm:16.13.1"
Expand Down

0 comments on commit d9e948e

Please sign in to comment.