Skip to content

Commit

Permalink
Fix github issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Oct 31, 2024
1 parent f8bf636 commit 0e67e73
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 @@ -123,7 +123,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 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!';
'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/258) 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 0e67e73

Please sign in to comment.