We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3746d0 commit 1f76d3eCopy full SHA for 1f76d3e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@code4ro/reusable-components",
3
- "version": "0.1.54",
+ "version": "0.1.55",
4
"description": "Component library for code4ro",
5
"keywords": [
6
"code4ro",
src/components/ElectionTurnoutSection/ElectionTurnoutSection.tsx
@@ -50,7 +50,7 @@ export const ElectionTurnoutSection = themable<Props>(
50
<div className={classes.mapOverlayPercentage}>
51
{formatPercentage(turnout.totalVotes / turnout.eligibleVoters)}
52
</div>
53
- <div className={classes.mapOverlayLabel}>Rezultate naționale complete</div>
+ <div className={classes.mapOverlayLabel}>Prezența la vot</div>
54
55
)}
56
</ElectionMap>
0 commit comments