Skip to content

Commit b19b82d

Browse files
committed
chore: add urgency and more clarity that it's right now
1 parent cabc743 commit b19b82d

File tree

1 file changed

+1
-1
lines changed
  • web/src/components/DisputeView/CardLabels

1 file changed

+1
-1
lines changed

web/src/components/DisputeView/CardLabels/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ interface ICardLabels {
6363
const LabelArgs: Record<string, { text: string; icon: React.FC<React.SVGAttributes<SVGElement>>; color: IColors }> = {
6464
EvidenceTime: { text: "Evidence time", icon: EvidenceIcon, color: "blue" },
6565
NotDrawn: { text: "You were not drawn", icon: NotDrawnIcon, color: "grey" },
66-
CanVote: { text: "You can vote", icon: CanVoteIcon, color: "blue" },
66+
CanVote: { text: "You can vote now", icon: CanVoteIcon, color: "blue" },
6767
Voted: { text: "You voted", icon: VotedIcon, color: "purple" },
6868
DidNotVote: { text: "You forgot to vote", icon: ForgotToVoteIcon, color: "purple" },
6969
CanFund: { text: "Appeal possible", icon: AppealIcon, color: "lightPurple" },

0 commit comments

Comments
 (0)