diff --git a/src/constants/items.ts b/src/constants/items.ts index 051dc55..fe83b26 100644 --- a/src/constants/items.ts +++ b/src/constants/items.ts @@ -16,8 +16,10 @@ 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 cdpsaverLogo from '../images/cdpsaver.png'; + import { Category } from './categories'; import { IItem } from 'types'; @@ -210,6 +212,15 @@ const socialItems: IItem[] = [ maxWidth: '42px', name: 'Cent', url: 'https://cent.co/' + }, + { + background: '#0767e0', + 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/' } ]; 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