mirror of
https://github.com/reiyua/TombayRetirementTimerV2.git
synced 2026-01-20 08:27:47 +00:00
Update App.jsx
This commit is contained in:
parent
7b493e52f0
commit
8ad60c2199
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const RetirementCountdown = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="countdown-container">
|
<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 ? (
|
{Object.keys(timeLeft).length > 0 ? (
|
||||||
<div className="countdown">
|
<div className="countdown">
|
||||||
<FlipUnit number={timeLeft.days} prevNumber={prevTimeLeft.days} label="Days" />
|
<FlipUnit number={timeLeft.days} prevNumber={prevTimeLeft.days} label="Days" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue