Skip to content

Commit

Permalink
Content: update timer titile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Oct 9, 2024
1 parent 4f056ab commit 9f0848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/2024/src/components/landing/countdown/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const CountDown = () => {

return (
<div className="bg-white text-center rounded-[15px] ">
<div className="pt-3 lg:pt-5 font-consolas text-black/70">First Round Starts In</div>
<div className="pt-3 lg:pt-5 font-consolas text-black/70">Final round starts in</div>
<div className="flex px-6 lg:px-8 pb-4 lg:pb-5 pt-2 font-inter">
<TimeItem key={'d'} value={days} unit="DD" />
<Separator />
Expand Down

0 comments on commit 9f0848e

Please sign in to comment.