diff --git a/apps/web/src/components/VotingCard.tsx b/apps/web/src/components/VotingCard.tsx index 43b1cce..c6b2463 100644 --- a/apps/web/src/components/VotingCard.tsx +++ b/apps/web/src/components/VotingCard.tsx @@ -82,8 +82,10 @@ const VotingCard = ({ <>

- Cast Your Vote ({votedProjects.length} / {maxVotedProjects}{" "} - projects) + Cast Your Vote{" "} + {projects.length > maxVotedProjects + ? `(${votedProjects.length} / ${maxVotedProjects} projects)` + : ""}

Used {totalVotes} / {votingPower}