Minor changes to make reitrement message bigger

This commit is contained in:
Ray 2024-09-09 04:22:33 +00:00 committed by GitHub
parent ba61499ece
commit 008e0d8641
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"name": "vite-project",
"name": "tombay-retirement-timer",
"private": true,
"version": "0.0.0",
"type": "module",

View file

@ -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>
);