Skip to content

Commit f7c25f1

Browse files
committed
ui tweak
1 parent 6354dac commit f7c25f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/snippets/index-halving-countdown.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (nextHalvingData.nextHalvingIndex > -1)
1919
+valueDisplay(subsidy)
2020

2121
- let progressPercent = new Decimal(nextHalvingData.halvingBlockInterval).minus(nextHalvingData.blocksUntilNextHalving).dividedBy(nextHalvingData.halvingBlockInterval).times(100);
22-
.progress.mt-5(role="progressbar", aria-label="Next halving progress", aria-valuenow=progressPercent.toDP(0), aria-valuemin="0", aria-valuemax="100")
22+
.progress.mt-3(role="progressbar", aria-label="Next halving progress", aria-valuenow=progressPercent.toDP(0), aria-valuemin="0", aria-valuemax="100")
2323
.progress-bar(style=`width: ${progressPercent.toDP(0)}%`)
2424
| #{progressPercent.toDP(4)}%
2525

0 commit comments

Comments
 (0)