Skip to content

Commit

Permalink
rinkeby link hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrypisanko committed Dec 25, 2017
1 parent 5f8e548 commit 6f012b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/app.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front/src/app/components/layouts/account/index.tsx
Expand Up @@ -130,7 +130,7 @@ export class Account extends React.Component<IProps, any> {
<Header className="sonm-account__header">
SONM test tokens request
</Header>
<div className="sonm-account__warning">You need test Ether for token request. Get some here - <a href="https://faucet.rinkeby.io/">https://faucet.rinkeby.io/</a></div>
<div className="sonm-account__warning">You need test Ether for token request. Get some here - <a href="https://faucet.rinkeby.io/" target="_blank">https://faucet.rinkeby.io/</a></div>
<div className="sonm-account__give-me-ct">
<Input
autoComplete="off"
Expand Down

0 comments on commit 6f012b1

Please sign in to comment.