Skip to content

Commit

Permalink
Merge pull request #293 from EmmanuelAR/feat/290
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj authored Dec 13, 2024
2 parents a53b9db + 29413c9 commit 03f0f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const FundVote = ({ name, upVotes, upVotesNeeded, addr, voted, setLoading

const [progress, setProgress] = useState(calculatePorcentage(upVotes, upVotesNeeded));
const [currentUpvotes, setCurrentUpvotes] = useState(upVotes);
const voteMessage = ` πŸ—³οΈ Just cast my vote for an amazing cause called ${name} on Go Stark Me! This fund needs more votes to start raising fundsβ€”every vote counts! Let’s support projects that make a difference at https://web3wagers.github.io/gostarkme/ @undefined_org_ πŸ™ŒπŸ’« #GoStarkMe #Starknet #CommunityPower`;
const voteMessage = `πŸ—³οΈ Voted for ${name} on Go Stark Me! Support now: https://web3wagers.github.io/gostarkme/ πŸ™ŒπŸ’« @undefined_org_ @Starknet`;

const [isVoting, setIsVoting] = useState(false);
const [showSuccessPopup, setShowSuccessPopup] = useState(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import WithdrawConfirmation from "./WithdrawConfirmation";
const Confirmation = () => {
const tx = useAtomValue(latestTxAtom);
const actualFund = useAtomValue(clickedFundState);
const donationMessage = `πŸ™Œ Proud to support ${actualFund?.name} on Go Stark Me! Donations make a difference. πŸ’ͺ Go ahead and donate at https://web3wagers.github.io/gostarkme/ @undefined_org_ #Starknet #GoStarkMe #Web3Wagers`;
const newFundMessage = `πŸš€ Just launched a new fund on Go Stark Me called ${actualFund?.name}! I’m raising support for an important cause, and every contribution makes a difference. Join me in making an impact at https://web3wagers.github.io/gostarkme/! πŸ’ͺ🌍 Check it out on @undefined_org_ #GoStarkMe #Starknet #BlockchainForGood`;
const withdrawnMessage = `πŸŽ‰ We did it! The goal for ${actualFund?.name} on Go Stark Me has been reached, and funds have been successfully withdrawn! πŸ™Œ Huge thanks to everyone who contributed and made this possible. Let’s keep making an impact! 🌍πŸ’ͺ Check it out at https://web3wagers.github.io/gostarkme/ #GoStarkMe #Starknet #CommunitySuccess`;
const donationMessage = `πŸ™Œ Supporting ${actualFund?.name} on Go Stark Me! Donate now: https://web3wagers.github.io/gostarkme/ πŸ’ͺ @undefined_org_ @Starknet`;
const newFundMessage = `πŸš€ Launched a new fund on Go Stark Me: ${actualFund?.name}! Support this cause and make a difference: https://web3wagers.github.io/gostarkme/ πŸ’ͺ🌍 @undefined_org_ @Starknet`;
const withdrawnMessage = `πŸŽ‰ Goal reached for ${actualFund?.name} on Go Stark Me! Funds successfully withdrawnβ€”thank you to all who contributed! 🌍πŸ’ͺ https://web3wagers.github.io/gostarkme/ @undefined_org_ @Starknet`;

return (
<>
Expand Down

0 comments on commit 03f0f53

Please sign in to comment.