Skip to content

Commit

Permalink
fix: move number to bottom, wording
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Mar 28, 2024
1 parent afd8161 commit 3452f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TokenLocking/BoostBreakdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const BoostBreakdown = ({
</Typography>
</Stack>
) : (
<Stack direction="column" width="100%" alignItems="start" mt={8} spacing={1}>
<Stack direction="column" width="100%" alignItems="start" mt="auto" spacing={1}>
<BoostCounter
value={newFinalBoost}
variant="h2"
Expand Down
2 changes: 1 addition & 1 deletion src/components/TokenLocking/BoostMeter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const BoostMeter = ({
if (isVisibleDifference && prediction) {
boostMeterInfo = (
<Typography>
If you lock in 10 days your boost will be only{' '}
If you lock in 10 days your boost will only be{' '}
<b style={{ color: theme.palette.warning.main }}>{floorNumber(prediction, 2)}x</b>
</Typography>
)
Expand Down

0 comments on commit 3452f24

Please sign in to comment.