From 821a145083a2b68a7a7e38b9bc0ecbb1168198e5 Mon Sep 17 00:00:00 2001 From: adrianvrj Date: Thu, 7 Nov 2024 21:27:13 -0600 Subject: [PATCH] [fix] undefined_org_ tag --- .../components/modules/confirmation/Confirmation.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/gostarkme-web/components/modules/confirmation/Confirmation.tsx b/frontend/gostarkme-web/components/modules/confirmation/Confirmation.tsx index edb75c4..f4c6093 100644 --- a/frontend/gostarkme-web/components/modules/confirmation/Confirmation.tsx +++ b/frontend/gostarkme-web/components/modules/confirmation/Confirmation.tsx @@ -13,9 +13,9 @@ import { walletStarknetkitLatestAtom } from "@/state/connectedWallet"; const Confirmation = () => { const tx = useAtomValue(latestTxAtom); const actualFund = useAtomValue(clickedFundState); - const voteMessage = ` ๐Ÿ—ณ๏ธ Just cast my vote for an amazing cause called ${actualFund?.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/ @web3_wagers ๐Ÿ™Œ๐Ÿ’ซ #GoStarkMe #Starknet #CommunityPower`; - 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/ @web3_wagers #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 @web3_wagers #GoStarkMe #Starknet #BlockchainForGood`; + const voteMessage = ` ๐Ÿ—ณ๏ธ Just cast my vote for an amazing cause called ${actualFund?.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 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`; return ( <>