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 7b85630 commit ad34783Copy full SHA for ad34783
src/BootstrapBlazor.Server/Components/Components/RebootCountDown.razor
@@ -1,3 +1,3 @@
1
-<div class="bb-reboot-clock">
2
- <FlipClock ViewMode="FlipClockViewMode.CountDown" ShowHour="false" StartValue="TimeSpan.FromSeconds(140)"></FlipClock>
+<div class="bb-reboot-clock">
+ <FlipClock ViewMode="FlipClockViewMode.CountDown" ShowHour="false" StartValue="TimeSpan.FromSeconds(240)"></FlipClock>
3
</div>
0 commit comments