Skip to content

Commit bedbbbf

Browse files
authored
update hosting launch date (#1107)
1 parent ce759e6 commit bedbbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/hosting_countdown/timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def timer():
1010
return rx.box(
1111
rx.text("Launch in", class_name="font-small font-medium text-slate-9"),
1212
rx.moment(
13-
date="2024-12-01T09:00:00",
13+
date="2024-12-05T09:00:00",
1414
duration_from_now=True,
1515
format="DD[d] HH[h] mm[m] ss[s]",
1616
class_name="text-3xl font-semibold text-slate-12 countdown text-nowrap",

0 commit comments

Comments
 (0)