Skip to content

Commit f5370fc

Browse files
committed
Add ENSView partner integration
Add ENSView partner assets and registration: add public/assets/partners/ensview.jpg, import it in src/lib/constants/integrations.ts, and append an INTEGRATIONS entry with name 'ENSView', url 'https://ensview.xyz', and the logo reference.
1 parent 3d98700 commit f5370fc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

public/assets/partners/ensview.jpg

67.9 KB
Loading

src/lib/constants/integrations.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ 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'
7979
import Web3Identity from 'public/assets/partners/web3identity.jpg'
80+
import EnsView from 'public/assets/partners/ensview.jpg'
8081

8182
export const INTEGRATIONS = [
8283
{
@@ -464,6 +465,11 @@ export const INTEGRATIONS = [
464465
url: 'https://web3identity.com/',
465466
logo: Web3Identity,
466467
},
468+
{
469+
name: 'ENSView',
470+
url: 'https://ensview.xyz',
471+
logo: EnsView,
472+
},
467473
] as {
468474
name: string
469475
url: string

0 commit comments

Comments
 (0)