Skip to content

Commit

Permalink
Change claim text
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Jul 29, 2024
1 parent 88cc741 commit 1941972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/tabs/account/Account.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Account = (props) => {
claimTextStr += '\nTo claim your award:\n';
// TODO: Hardcoded issue link
claimTextStr +=
'1. Create a [github account](https://github.com) if you dont have one. \n2. Sign up for [OnlyDust](https://app.onlydust.com) and link your Starknet account used in the art/peace competition. \n3. Comment on [this Github issue](https://github.com/keep-starknet-strange/art-peace/issues/251) with a photo of your account page and what awards you qualify for. \nThank you!';
'1. Create a [github account](https://github.com) if you dont have one. \n2. Sign up for [OnlyDust](https://app.onlydust.com) and create a Billing Profile with your Starknet account used in the art/peace competition. \n3. Comment on [this Github issue](https://github.com/keep-starknet-strange/art-peace/issues/251) with a photo of your account page and what awards you qualify for. \nFollow us on [twitter](https://x.com/art_peace_sn) or join [telegram](https://t.me/art_peace_starknet/1) if you have questions! \nThank you!';
setClaimText(claimTextStr);
} else {
console.error('Failed to fetch awards:', await response.text());
Expand Down

0 comments on commit 1941972

Please sign in to comment.