From 8c5fa4d20cc54c598f8835f93825daffd2f18d1e Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 7 Jun 2022 16:13:16 +0200 Subject: [PATCH] Issue-#1015: Update homepage --- config.js | 2 -- src/components/HeaderHome.jsx | 7 +------ src/components/HeaderHome.module.scss | 7 ------- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/config.js b/config.js index d2eb5827..348d03f4 100644 --- a/config.js +++ b/config.js @@ -2,8 +2,6 @@ module.exports = { siteTitle: 'Ocean Developer Documentation', siteShortTitle: 'Docs', siteDescription: 'Tools to Build Data Markets, and Manage ERC20 Data Assets', - siteTagline: 'Ocean Protocol V4 public testing kicks off on ', - siteTaglineURL: 'https://immunefi.com/bounty/oceanprotocol/', siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com', siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.png', siteCompany: 'Ocean Protocol Foundation Ltd.', diff --git a/src/components/HeaderHome.jsx b/src/components/HeaderHome.jsx index a2814ca1..a25ab645 100644 --- a/src/components/HeaderHome.jsx +++ b/src/components/HeaderHome.jsx @@ -23,16 +23,11 @@ const HeaderHome = () => ( } `} render={(data) => { - const { siteTitle, siteDescription, siteTagline, siteTaglineURL } = - data.site.siteMetadata + const { siteTitle, siteDescription } = data.site.siteMetadata return (
-
- {siteTagline} - Immunefi -

{siteTitle} diff --git a/src/components/HeaderHome.module.scss b/src/components/HeaderHome.module.scss index 57ae0c45..5a4ab8d6 100644 --- a/src/components/HeaderHome.module.scss +++ b/src/components/HeaderHome.module.scss @@ -51,10 +51,3 @@ margin-top: $spacer * 0.5; align-items: 'center'; } - -.tagline { - margin-top: $spacer * 0.5; - align-items: 'center'; - font-size: $font-size-h2; - margin-bottom: $spacer; -} \ No newline at end of file