diff --git a/src/App.jsx b/src/App.jsx index 7e137e4..ec63d77 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -36,7 +36,7 @@ const RetirementCountdown = () => { return (
-

Tombay retires in:

+

Tombay quits in:

{Object.keys(timeLeft).length > 0 ? (
@@ -45,7 +45,7 @@ const RetirementCountdown = () => {
) : ( -

Congratulations! You're retired!

+

So long, and thanks for the fish!!! 🐟🐟🐟

)}
);