Skip to content

Commit

Permalink
chore(platforms): added outdid guide link (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jul 16, 2024
1 parent f2841a6 commit 902ed5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/src/Outdid/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export class OutdidPlatform extends Platform {
banner = {
heading:
"Outdid is an app which scans the NFC chip of your passport and generates a Zero-Knowledge Proof that you are a unique human. Most importantly, all of your private data stays on your phone - not even Outdid can see it :)",
cta: {
label: "Learn more",
url: "https://support.passport.xyz/passport-knowledge-base/stamps/how-do-i-add-passport-stamps/guide-to-add-outdid-stamp-to-passport",
},
};

constructor(options: PlatformOptions = {}) {
Expand Down

0 comments on commit 902ed5a

Please sign in to comment.