Skip to content

Commit

Permalink
chore(app): update gitcoin stamp banner (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
schultztimothy authored and lucianHymer committed Jul 24, 2023
1 parent c6fdbd0 commit f37b0bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/src/Gitcoin/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export class GitcoinPlatform extends Platform {
redirectUri: string = null;

banner = {
heading: "The Gitcoin Grant stamp only recognizes contributions made during Gitcoin Grants rounds 1-15.",
heading:
"The Gitcoin Grant stamp recognizes contributions made during Gitcoin Grants rounds 1-15 (ended September 2022). Data from the latest rounds: Alpha (Jan '23) and Beta (April '23) is in the process of being added and should be added by Aug 15th.",
};

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

0 comments on commit f37b0bb

Please sign in to comment.