From 91e769ac48e7d1d8dd27ae1eaea4a68a5e2bb0a1 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Mon, 3 Jun 2019 14:12:17 +0200 Subject: [PATCH 1/3] Add 3box logo --- src/images/threebox.svg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/images/threebox.svg diff --git a/src/images/threebox.svg b/src/images/threebox.svg new file mode 100644 index 0000000..423b873 --- /dev/null +++ b/src/images/threebox.svg @@ -0,0 +1,21 @@ + + + + ThreeBoxLogoBlue + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file From 0b1c5a09621180aed63084820acd3e38a6263c8a Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Mon, 3 Jun 2019 14:16:12 +0200 Subject: [PATCH 2/3] Update items.ts --- src/constants/items.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/constants/items.ts b/src/constants/items.ts index 9c85e05..1486bf1 100644 --- a/src/constants/items.ts +++ b/src/constants/items.ts @@ -16,6 +16,8 @@ import zerionLogo from '../images/zerion.svg'; import tokenaryLogo from '../images/tokenary.png'; import foamLogo from '../images/foam.png'; import mycryptoLogo from '../images/mycrypto-white.svg'; +import threeBoxLogo from '../images/threebox.svg'; + import { Category } from './categories'; import { IItem } from 'types'; @@ -193,6 +195,15 @@ const socialItems: IItem[] = [ maxWidth: '42px', name: 'Cent', url: 'https://cent.co/' + }, + { + background: '#000000', + category: Category.SOCIAL, + description: '3Box connects your ethereum wallet and displays your interactions with other wallets', + image: threeBoxLogo, + maxWidth: '180px', + name: '3Box', + url: 'https://3box.io/' } ]; From d3dbc4e48f32ccb91272a4d0d56b845892f09df2 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Mon, 3 Jun 2019 14:22:07 +0200 Subject: [PATCH 3/3] Added 3box, new color --- src/constants/items.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/items.ts b/src/constants/items.ts index 1486bf1..8315fc5 100644 --- a/src/constants/items.ts +++ b/src/constants/items.ts @@ -197,7 +197,7 @@ const socialItems: IItem[] = [ url: 'https://cent.co/' }, { - background: '#000000', + background: '#0767e0', category: Category.SOCIAL, description: '3Box connects your ethereum wallet and displays your interactions with other wallets', image: threeBoxLogo,