Skip to content

Commit

Permalink
GithubCorner added
Browse files Browse the repository at this point in the history
  • Loading branch information
olegabr committed May 11, 2021
1 parent a2d8c85 commit 4931425
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file added 256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 800x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"react-app-rewired": "^2.1.8",
"react-data-table-component": "^7.0.0-alpha-5",
"react-dom": "^16.14.0",
"react-github-corner": "^2.5.0",
"react-json-view": "^1.21.1",
"react-radio-group": "^3.0.3",
"react-router-dom": "^4.3.1",
Expand Down
2 changes: 2 additions & 0 deletions src/components/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { Link } from 'react-router-dom';
import { inject, observer } from "mobx-react";
import GithubCorner from 'react-github-corner';

@inject("UiStore")
@observer
Expand Down Expand Up @@ -35,6 +36,7 @@ export class Header extends React.Component {
<div className="multisend-container">
Supports Mainnet, Ropsten, Rinkeby, Kovan, Goerli
</div>
<GithubCorner href="https://github.com/olegabr/multisender" target="_blank" rel="nofollow" />
</header>
)
}
Expand Down

0 comments on commit 4931425

Please sign in to comment.