Skip to content

Commit

Permalink
Merge pull request #9 from bananenwilly/master
Browse files Browse the repository at this point in the history
add "how it works" link to header
  • Loading branch information
peerchemist committed May 24, 2019
2 parents 2358cc7 + 92ac2a8 commit ba0541a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/components/Header/Header.tsx
@@ -1,5 +1,5 @@
import * as React from 'react';
import './Header.css';
import * as React from "react";
import "./Header.css";

class Header extends React.Component {
public render() {
Expand All @@ -12,6 +12,15 @@ class Header extends React.Component {
<span>by</span>
<img src="img/peercoin-logo.svg" alt="Peercoin" width="95" />
</div>
<a
href="https://github.com/PeerAssets/peerassets-rfcs/blob/master/0009-data-audit.md"
className="slogan"
target="_blank"
rel="noopener"
style={{ marginTop: "20px" }}
>
How it works
</a>
</div>
</header>
);
Expand Down

0 comments on commit ba0541a

Please sign in to comment.