We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ae9571 + 1fca614 commit f6401faCopy full SHA for f6401fa
public/assets/partners/web3identity.jpg
35.3 KB
src/lib/constants/integrations.ts
@@ -76,6 +76,7 @@ import SwissKnife from 'public/assets/partners/swissknifeapps.png'
76
import Pastens from 'public/assets/partners/pastens.png'
77
import Fusion from 'public/assets/partners/fusion.png'
78
import ForeverLibrary from 'public/assets/partners/foreverlibrary.png'
79
+import Web3Identity from 'public/assets/partners/web3identity.jpg'
80
81
export const INTEGRATIONS = [
82
{
@@ -458,6 +459,11 @@ export const INTEGRATIONS = [
458
459
url: 'https://www.foreverlibrary.xyz',
460
logo: ForeverLibrary,
461
},
462
+ {
463
+ name: 'Web3 Identity',
464
+ url: 'https://web3identity.com/',
465
+ logo: Web3Identity,
466
+ },
467
] as {
468
name: string
469
url: string
0 commit comments