Skip to content

Commit

Permalink
Merge pull request #1743 from Giveth/1742-remove-partnerships
Browse files Browse the repository at this point in the history
1742 remove partnerships
  • Loading branch information
MohammadPCh authored Nov 2, 2022
2 parents b4ea718 + 750eeff commit ba99229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.4.5",
"version": "2.4.6",
"private": true,
"scripts": {
"build": "next build",
Expand Down
17 changes: 2 additions & 15 deletions src/content/Partnerships.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Alibre from '/public/images/partnerships/Alibre.svg';
import Maker_DAO from '/public/images/partnerships/Maker_DAO.svg';
import district0x from '/public/images/partnerships/district0x.svg';
import MyCrypto from '/public/images/partnerships/MyCrypto.svg';
import Aragon from '/public/images/partnerships/Aragon.svg';
import MyEtherWallet from '/public/images/partnerships/MyEtherWallet.svg';
Expand All @@ -19,7 +18,6 @@ import Gravity_DAO from '/public/images/partnerships/Gravity_DAO.svg';
import Ethereum_Colombia from '/public/images/partnerships/Ethereum_Colombia.svg';
import Meta_Cartel from '/public/images/partnerships/Meta_Cartel.svg';
import Vocdoni from '/public/images/partnerships/Vocdoni.svg';
import SourceCred from '/public/images/partnerships/SourceCred.svg';
import Meta_Gamma_Delta from '/public/images/partnerships/Meta_Gamma_Delta.svg';
import clrfund from '/public/images/partnerships/clrfund.svg';
import The_DAOist from '/public/images/partnerships/The_DAOist.svg';
Expand Down Expand Up @@ -89,12 +87,7 @@ export const PartnershipArray: IPartner[] = [
'A protocol that guards personal data, provides safe storage and enables ethical data exchange.',
link: 'https://datafund.io',
},
{
icon: district0x,
title: 'district0x',
description: 'A network of decentralized markets and communities.',
link: 'https://district0x.io/',
},

{
icon: DoinGud,
title: 'DoinGud',
Expand Down Expand Up @@ -207,13 +200,7 @@ export const PartnershipArray: IPartner[] = [
'The veteran organization for trading and holding crypto, now fully decentralized!',
link: 'https://shapeshift.com/',
},
{
icon: SourceCred,
title: 'SourceCred',
description:
'A tool for communities to measure and reward value creation.',
link: 'https://sourcecred.io/',
},

{
icon: Swarm,
title: 'Swarm',
Expand Down

1 comment on commit ba99229

@vercel
Copy link

@vercel vercel bot commented on ba99229 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth.io
www.giveth.io
giveth-dapps-v2-git-main-givethio.vercel.app
giveth-dapps-v2-givethio.vercel.app

Please sign in to comment.