Update App.jsx

This commit is contained in:
Ray 2025-01-12 11:21:56 +11:00 committed by GitHub
parent 7b493e52f0
commit 8ad60c2199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ const RetirementCountdown = () => {
return (
<div className="countdown-container">
<h1 className="countdown-title">Tombay quits in:</h1>
<h1 className="countdown-title">Tombay retires in:</h1>
{Object.keys(timeLeft).length > 0 ? (
<div className="countdown">
<FlipUnit number={timeLeft.days} prevNumber={prevTimeLeft.days} label="Days" />