Skip to content

Commit

Permalink
fix(platforms): fix new civic link (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Mar 1, 2024
1 parent 3083d1f commit 877939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/src/Civic/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class CivicPlatform extends Platform {
cost. After passes have been issued to your linked wallet, select the corresponding box(es) below and click
SAVE. Gitcoin will check for passes and save those that are valid.{" "}
<a
href="https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/how-do-i-add-passport-stamps/guide-to-add-lens-stamp-to-gitcoin-passport"
href="https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/how-do-i-add-passport-stamps/civic-stamp-verification-guide-for-gitcoin-passport"
style={{
color: "rgb(var(--color-foreground-2))",
textDecoration: "underline",
Expand Down

1 comment on commit 877939d

@Saivinu
Copy link

@Saivinu Saivinu commented on 877939d Mar 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

platforms/src/Civic/App-Bindings.tsx

Please sign in to comment.