Skip to content

Commit

Permalink
feat(platforms): updating coinbase stamp text (passportxyz#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored May 17, 2024
1 parent b90b8e3 commit 1d41724
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions platforms/src/Coinbase/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ export class CoinbasePlatform extends Platform {
banner = {
content: (
<div>
Secure the Coinbase Stamp by completing a Coinbase attestation onchain. Ensure you have an active Coinbase
account with a verified government ID to mint your onchain attestation, elevating your Passport&apos;s
credibility and trust.{" "}
Obtain the Coinbase stamp by completing the following 2 steps to prove your Coinbase Verified ID and Coinbase
account: <br />
<br />
Step 1:{" "}
<a
href="https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/how-do-i-add-passport-stamps/guide-to-add-coinbase-stamp-to-passport"
href="https://www.coinbase.com/onchain-verify"
style={{
color: "rgb(var(--color-foreground-2))",
textDecoration: "underline",
Expand All @@ -25,14 +26,17 @@ export class CoinbasePlatform extends Platform {
target="_blank"
rel="noreferrer"
>
Learn more
</a>
.
Verify Coinbase ID
</a>{" "}
on this wallet address <br />
Step 2: Click Verify below to sign into your Coinbase account <br />
You cannot complete without completing the Coinbase attestation onchain in Step 1. Ensure you have an active
Coinbase account with a verified government ID to mint your onchain attestation for free on base.
</div>
),
cta: {
label: "Begin Your Onchain Verification Journey with Coinbase",
url: "https://www.coinbase.com/onchain-verify",
label: "Support guide on adding Coinbase",
url: "https://support.passport.xyz/passport-knowledge-base/stamps/how-do-i-add-passport-stamps/guide-to-add-coinbase-stamp-to-passport",
},
};

Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Coinbase/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const PlatformDetails: PlatformSpec = {
icon: "./assets/coinbaseStampIcon.svg",
platform: "Coinbase",
name: "Coinbase",
description: "Confirm Your Coinbase Account & Onchain Identity",
description: "Confirm Your Coinbase Verified ID",
connectMessage: "Connect Account",
website: "https://www.coinbase.com/onchain-verify",
};
Expand Down

0 comments on commit 1d41724

Please sign in to comment.