Skip to content

Commit

Permalink
feat: change <CountDown> text
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Mar 6, 2024
1 parent ce7a496 commit c5ef6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/CountDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export default function CountDown() {
</div>
<CountDownTimer />
<p className="text-xl text-zinc-400 lg:mt-8 lg:text-3xl/snug">
گذشته از آخرین دورهمی حضوری
از همایش سال ۱۴۰۲ گذشته
</p>
</section>
);
}
}

const CountDownTimer = () => {
const calculateDuration = (start: number, end: number) => {
Expand Down

0 comments on commit c5ef6e6

Please sign in to comment.