From fa64724ac9f26aba19faa5de28da9cd1e660ed0d Mon Sep 17 00:00:00 2001 From: schultztimothy Date: Fri, 12 Jul 2024 15:32:04 -0600 Subject: [PATCH 1/2] fix: binance logo --- app/public/assets/binanceStamp.svg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/public/assets/binanceStamp.svg b/app/public/assets/binanceStamp.svg index e147d89ad8..763f846aa4 100644 --- a/app/public/assets/binanceStamp.svg +++ b/app/public/assets/binanceStamp.svg @@ -1 +1,3 @@ - + + + From 277659522a9d1f10cf1800df4ae165217d937622 Mon Sep 17 00:00:00 2001 From: schultztimothy Date: Fri, 12 Jul 2024 15:33:39 -0600 Subject: [PATCH 2/2] fix(app): move binance to kyc --- app/components/CardList.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/CardList.tsx b/app/components/CardList.tsx index 4b518b88af..8287842b8d 100644 --- a/app/components/CardList.tsx +++ b/app/components/CardList.tsx @@ -39,13 +39,12 @@ export const PLATFORM_CATEGORIES: PLATFORM_CATEGORY[] = [ "Brightid", "TrustaLabs", "Ens", - "Binance", ], }, { name: "Government IDs", description: "Use your government-issued IDs or complete a KYC process with our partners to verify your identity.", - platforms: ["Coinbase", "Holonym", "Outdid"], + platforms: ["Coinbase", "Holonym", "Outdid", "Binance"], }, { name: "Social & Professional Platforms",