Skip to content

Commit

Permalink
fix: voting text (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotzenx authored May 14, 2024
1 parent 9b0b49f commit fc2fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/VotingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const VotingCard = () => {

{!votingActive && <SecondaryText>VOTING ENDED</SecondaryText>}

{!votingActive && <EndText>🐐 THANKS FOR YOUR HELPING RICHARD OUT 🐐</EndText>}
{!votingActive && <EndText>🐐 THANK YOU FOR HELPING RICHARD OUT 🐐</EndText>}
</VotingContainer>
</SBox>
</>
Expand Down

0 comments on commit fc2fc38

Please sign in to comment.