Skip to content

Commit

Permalink
Fix label typo (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthiller authored Apr 3, 2024
1 parent a8d63af commit 8d7929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VoteCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const VoteCard: FC<{
<div className="flex flex-row flex-grow justify-between">
<div className="flex flex-col">
<p className="text-muted-foreground text-xs">
EST. TIME REMANING
EST. TIME REMAINING
</p>
<div className="text-sm">
<CountdownTimer endTs={endTs} />
Expand Down

0 comments on commit 8d7929c

Please sign in to comment.