From fc2fc38dcb1452c84e557ead9aee54e15ee48c0e Mon Sep 17 00:00:00 2001
From: gotzenx <78360669+gotzenx@users.noreply.github.com>
Date: Tue, 14 May 2024 15:24:23 +0200
Subject: [PATCH] fix: voting text (#32)
---
src/containers/VotingCard.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/containers/VotingCard.tsx b/src/containers/VotingCard.tsx
index 835982d..98f0526 100644
--- a/src/containers/VotingCard.tsx
+++ b/src/containers/VotingCard.tsx
@@ -56,7 +56,7 @@ export const VotingCard = () => {
{!votingActive && VOTING ENDED}
- {!votingActive && 🐐 THANKS FOR YOUR HELPING RICHARD OUT 🐐}
+ {!votingActive && 🐐 THANK YOU FOR HELPING RICHARD OUT 🐐}
>