Skip to content

Commit

Permalink
chore: Update label text in CalculatorModal
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Jul 8, 2024
1 parent 7fcfd06 commit 0ac2a69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ const CalculatorModalContent = () => {
$RAYS Calculator
</Text>
<div className={calculatorModalStyles.valuesWrapper}>
<CalculatorModalRaysValue value={calculatedValues.basePoints} label="Base" />
<CalculatorModalRaysValue value={calculatedValues.basePoints} label="Per year" />
<CalculatorModalRaysValue value={calculatedValues.migrationBonus} label="Migration" />
<CalculatorModalRaysValue value={calculatedValues.totalPoints} label="Total" />
<CalculatorModalRaysValue value={calculatedValues.totalPoints} label="Total after 1 year" />
</div>
<Text as="p" variant="p3semi" style={{ margin: '32px 0 8px 0' }}>
Amount
Expand Down

0 comments on commit 0ac2a69

Please sign in to comment.