Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency gatsby to v1.9.279 #157

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
773 changes: 522 additions & 251 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"gatsby": "1.9.277",
"gatsby": "1.9.279",
"gatsby-plugin-google-analytics": "1.0.31",
"gatsby-plugin-manifest": "1.0.27",
"gatsby-plugin-offline": "1.0.18",
Expand All @@ -18,7 +18,8 @@
"react-dom": "16.4.2",
"react-helmet": "5.2.0",
"smooth-scroll": "14.2.1",
"tachyons": "4.11.1"
"tachyons": "4.11.1",
"typeface-varela-round": "0.0.54"
},
"devDependencies": {
"babel-eslint": "8.2.6",
Expand Down
Binary file removed src/components/Eltcard/images/card0.png
Binary file not shown.
Binary file removed src/components/Eltcard/images/card1.png
Binary file not shown.
Binary file removed src/components/Eltcard/images/card2.png
Binary file not shown.
22 changes: 0 additions & 22 deletions src/components/Eltcard/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/Exchanges/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const exchanges = [
name: 'CoinExchange',
},
{
link: 'https://forkdelta.github.io/#!/trade/ELTCOIN-ETH',
link: 'https://forkdelta.app/#!/trade/ELTCOIN-ETH',
logo: forkDeltaLogo,
name: 'ForkDelta',
},
Expand Down Expand Up @@ -86,7 +86,7 @@ export default class Exchanges extends Component {
const { marketCap, rank, volume } = this.state;

return (
<section className="cf tc mw9 center pt5">
<section className="cf tc mw9 center mb5" id="exchanges">
<h2 className="f2 normal tracked-mega">EXCHANGES</h2>
<div className="cf ph3 center">
{exchanges.map((exchange, index) => (
Expand Down
24 changes: 24 additions & 0 deletions src/components/Footer/index.js

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

16 changes: 4 additions & 12 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,17 @@ export default () => (
<img src={logo} className="h2 w2" alt="" />
</a>
<div className="dtc v-mid w-85 tr">
<a
className="link dim white f7 f5-ns mr3 mr4-ns tracked tracked-mega-ns pointer"
href="https://s3.eu-west-1.amazonaws.com/eltcoin/ELTCOIN%20WHITEPAPER.pdf"
rel="noopener noreferrer"
target="_blank"
>
WHITE PAPER
</a>
<a
className="link dim white f7 f5-ns mr3 mr4-ns tracked tracked-mega-ns"
href="#roadmap"
href="#projects"
>
ROADMAP
PROJECTS
</a>
<a
className="link dim white f7 f5-ns tracked tracked-mega-ns"
href="#team"
href="#exchanges"
>
TEAM
EXCHANGES
</a>
</div>
</nav>
Expand Down
Loading