Skip to content

Commit bcdccbb

Browse files
committed
Add Thurin Scry partner integration
Add new partner asset and registration: adds public/assets/partners/scry.png and imports it in src/lib/constants/integrations.ts, then appends a 'Thurin Scry' entry to the INTEGRATIONS array with url https://scry.thurin.id/ and logo set to the imported Scry image.
1 parent 1cc31d0 commit bcdccbb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

public/assets/partners/scry.png

179 KB
Loading

src/lib/constants/integrations.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ import Status from 'public/assets/partners/status.png'
8282
import DMPay from 'public/assets/partners/dmpay.jpg'
8383
import WalletChan from 'public/assets/partners/walletchan.jpg'
8484
import CashGameHost from 'public/assets/partners/cashgamehost.jpg'
85+
import Scry from 'public/assets/partners/scry.png'
8586

8687
export const INTEGRATIONS = [
8788
{
@@ -494,6 +495,11 @@ export const INTEGRATIONS = [
494495
url: 'https://cashgamehost.com/',
495496
logo: CashGameHost,
496497
},
498+
{
499+
name: 'Thurin Scry',
500+
url: 'https://scry.thurin.id/',
501+
logo: Scry,
502+
},
497503
] as {
498504
name: string
499505
url: string

0 commit comments

Comments
 (0)