From 6f626f1bcd1cc6eaecac7b52d5cdfca5ad1dd351 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 22 Nov 2018 13:48:37 +0100 Subject: [PATCH] switch to mantaray backgrounds --- package.json | 2 +- src/components/Header.module.scss | 4 ++-- src/components/HeaderHome.module.scss | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 50d01b8e..f865cf19 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "deploy": "./scripts/deploy.sh" }, "dependencies": { - "@oceanprotocol/art": "^1.0.2", + "@oceanprotocol/art": "^2.0.0", "axios": "^0.18.0", "classnames": "^2.2.6", "gatsby": "^2.0.52", diff --git a/src/components/Header.module.scss b/src/components/Header.module.scss index f87cffd7..d0c8b763 100644 --- a/src/components/Header.module.scss +++ b/src/components/Header.module.scss @@ -2,8 +2,8 @@ .header { background: $brand-black - url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat - center -4rem; + url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat + center -6rem; background-size: cover; width: 100%; padding: $spacer / 2 0; diff --git a/src/components/HeaderHome.module.scss b/src/components/HeaderHome.module.scss index 0d50eecc..c1a3c210 100644 --- a/src/components/HeaderHome.module.scss +++ b/src/components/HeaderHome.module.scss @@ -3,8 +3,8 @@ .header { background: $brand-black - url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat - center 7rem; + url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat + center 4rem; background-size: cover; width: 100%; padding: $spacer * 2 0;