mirror of
https://github.com/reiyua/TombayRetirementTimerV2.git
synced 2026-01-20 08:27:47 +00:00
Minor changes to make reitrement message bigger
This commit is contained in:
parent
ba61499ece
commit
008e0d8641
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "vite-project",
|
||||
"name": "tombay-retirement-timer",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const RetirementCountdown = () => {
|
|||
<FlipUnit number={timeLeft.seconds} prevNumber={prevTimeLeft.seconds} label="Seconds" />
|
||||
</div>
|
||||
) : (
|
||||
<p>Congratulations! You're retired!</p>
|
||||
<h1>Congratulations! You're retired!</h1>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue