Skip to content

Commit 75bf96a

Browse files
committed
Update banner
1 parent 750b4b9 commit 75bf96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usehooks.com/src/components/CountdownBanner.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import Button from "../components/Button.astro";
4444
width="358"
4545
height="86"
4646
alt="react.gg"
47-
/> Launch Day Sale
47+
/> Launch Week Sale
4848
</h3>
4949
<div class="countdown">
5050
<div class="number day">
@@ -212,7 +212,7 @@ import Button from "../components/Button.astro";
212212
const { days, hours, minutes, seconds, hasExpired } = timeUntilTargetPST(
213213
2023,
214214
9,
215-
7
215+
12
216216
);
217217

218218
if (hasExpired) {

0 commit comments

Comments
 (0)