Skip to content

Commit 394589e

Browse files
committed
Update timer
1 parent 75bf96a commit 394589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usehooks.com/src/components/CountdownBanner.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ import Button from "../components/Button.astro";
212212
const { days, hours, minutes, seconds, hasExpired } = timeUntilTargetPST(
213213
2023,
214214
9,
215-
12
215+
13
216216
);
217217

218218
if (hasExpired) {

0 commit comments

Comments
 (0)