We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce759e6 commit bedbbbfCopy full SHA for bedbbbf
pcweb/pages/hosting_countdown/timer.py
@@ -10,7 +10,7 @@ def timer():
10
return rx.box(
11
rx.text("Launch in", class_name="font-small font-medium text-slate-9"),
12
rx.moment(
13
- date="2024-12-01T09:00:00",
+ date="2024-12-05T09:00:00",
14
duration_from_now=True,
15
format="DD[d] HH[h] mm[m] ss[s]",
16
class_name="text-3xl font-semibold text-slate-12 countdown text-nowrap",
0 commit comments