Skip to content

Commit a875070

Browse files
caveman-ethencryptedDegen
authored andcommitted
Add WalletChan and Cash Game Host partners
Add two new partner assets and register them in the integrations list. Adds walletchan.jpg and cashgamehost.jpg under public/assets/partners, imports them in src/lib/constants/integrations.ts, and inserts WalletChan and Cash Game Host entries (name, url, logo) into the INTEGRATIONS array.
1 parent ef1e079 commit a875070

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
103 KB
Loading
33.1 KB
Loading

src/lib/constants/integrations.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ import Web3Identity from 'public/assets/partners/web3identity.jpg'
8080
import EnsView from 'public/assets/partners/ensview.jpg'
8181
import Status from 'public/assets/partners/status.png'
8282
import DMPay from 'public/assets/partners/dmpay.jpg'
83+
import WalletChan from 'public/assets/partners/walletchan.jpg'
84+
import CashGameHost from 'public/assets/partners/cashgamehost.jpg'
8385

8486
export const INTEGRATIONS = [
8587
{
@@ -142,6 +144,11 @@ export const INTEGRATIONS = [
142144
url: 'https://yodl.me/',
143145
logo: Yodl,
144146
},
147+
{
148+
name: 'Walletchan',
149+
url: 'https://walletchan.com/',
150+
logo: WalletChan,
151+
},
145152
{
146153
name: 'Vision',
147154
url: 'https://vision.io/',
@@ -482,6 +489,11 @@ export const INTEGRATIONS = [
482489
url: 'https://app.dmpay.me/',
483490
logo: DMPay,
484491
},
492+
{
493+
name: 'Cash Game Host',
494+
url: 'https://cash-game-organizer-app.vercel.app/',
495+
logo: CashGameHost,
496+
},
485497
] as {
486498
name: string
487499
url: string

0 commit comments

Comments
 (0)