From a335ed8b263548f972fd64b05f96b16f2099e0a2 Mon Sep 17 00:00:00 2001 From: Stanley Wu <35579150+fruit37@users.noreply.github.com> Date: Tue, 9 Feb 2021 06:19:17 -0800 Subject: [PATCH] remove matic and hedgt --- .circleci/config.yml | 2 +- constants.ts | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2660bf5..3eae186 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: workflows: version: 2.1 - stkr_web3: + clover_landing: jobs: # develop - approve-develop: diff --git a/constants.ts b/constants.ts index 0f98e63..12e70aa 100644 --- a/constants.ts +++ b/constants.ts @@ -113,14 +113,6 @@ const PARTNERS = [ title: 'CRUST', link: 'https://crust.network/', }, - { - image: '/partners/matic-mono.png', - hover: '/partners/matic.png', - width: 123, - height: 33, - title: 'Matic', - link: 'https://matic.network/', - }, { image: '/partners/bithumb-mono.png', hover: '/partners/bithumb.png', @@ -129,14 +121,6 @@ const PARTNERS = [ title: 'bithumb', link: 'https://www.bithumb.pro/', }, - { - image: '/partners/hedget-mono.png', - hover: '/partners/hedget.png', - width: 112, - height: 40, - title: 'Hedget', - link: 'https://www.hedget.com/', - }, { image: '/partners/substrate-mono.png', hover: '/partners/substrate.png',