Skip to content

Commit c5ef6e6

Browse files
feat: change <CountDown> text
1 parent ce7a496 commit c5ef6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/CountDown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export default function CountDown() {
3030
</div>
3131
<CountDownTimer />
3232
<p className="text-xl text-zinc-400 lg:mt-8 lg:text-3xl/snug">
33-
گذشته از آخرین دورهمی حضوری
33+
از همایش سال ۱۴۰۲ گذشته
3434
</p>
3535
</section>
3636
);
37-
}
37+
}
3838

3939
const CountDownTimer = () => {
4040
const calculateDuration = (start: number, end: number) => {

0 commit comments

Comments
 (0)