Skip to content

Commit

Permalink
Update map label
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduCStefanescu committed Dec 6, 2020
1 parent b3746d0 commit 1f76d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code4ro/reusable-components",
"version": "0.1.54",
"version": "0.1.55",
"description": "Component library for code4ro",
"keywords": [
"code4ro",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ElectionTurnoutSection = themable<Props>(
<div className={classes.mapOverlayPercentage}>
{formatPercentage(turnout.totalVotes / turnout.eligibleVoters)}
</div>
<div className={classes.mapOverlayLabel}>Rezultate naționale complete</div>
<div className={classes.mapOverlayLabel}>Prezența la vot</div>
</div>
)}
</ElectionMap>
Expand Down

1 comment on commit 1f76d3e

@vercel
Copy link

@vercel vercel bot commented on 1f76d3e Dec 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.