Skip to content

Commit

Permalink
fix pot card copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Feb 21, 2024
1 parent 4332a59 commit de25f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Pots/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ return (
borderColor: publicRoundOpen ? "#9ADD33" : "#DBDBDB",
textColor: publicRoundOpen ? "#192C07" : "#192C07",
text: publicRoundOpen
? props.daysUntil(public_round_end_ms) + " left in round"
? props.daysUntil(public_round_end_ms) + " left to donate"
: "Round closed",
textStyle: { fontWeight: 500, marginLeft: "8px" },
preElements: (
Expand Down

0 comments on commit de25f92

Please sign in to comment.