Skip to content

Commit f6401fa

Browse files
authored
Merge pull request #401 from ethereumfollowprotocol/add-garyidentity
Add Web3Identity partner and logo
2 parents 9ae9571 + 1fca614 commit f6401fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
35.3 KB
Loading

src/lib/constants/integrations.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ import SwissKnife from 'public/assets/partners/swissknifeapps.png'
7676
import Pastens from 'public/assets/partners/pastens.png'
7777
import Fusion from 'public/assets/partners/fusion.png'
7878
import ForeverLibrary from 'public/assets/partners/foreverlibrary.png'
79+
import Web3Identity from 'public/assets/partners/web3identity.jpg'
7980

8081
export const INTEGRATIONS = [
8182
{
@@ -458,6 +459,11 @@ export const INTEGRATIONS = [
458459
url: 'https://www.foreverlibrary.xyz',
459460
logo: ForeverLibrary,
460461
},
462+
{
463+
name: 'Web3 Identity',
464+
url: 'https://web3identity.com/',
465+
logo: Web3Identity,
466+
},
461467
] as {
462468
name: string
463469
url: string

0 commit comments

Comments
 (0)