Skip to content

Commit 8b94872

Browse files
committed
cta
1 parent da28e45 commit 8b94872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const HERO_CTA_CONFIG = {
1111
// Primary button links to the LIVE or UPCOMING stream
1212
primary: {
1313
text: "Join the Live Stream",
14-
link: "https://soujava.dev/celebration-day-3" // This link is still updated daily
14+
link: "https://soujava.dev/celebration-day-4" // This link is still updated daily
1515
},
1616
// Secondary button links to the MOST RECENT recording
1717
secondary: {
1818
text: "Latest Recordings",
19-
link: "https://soujava.dev/celebration-day-2" // This link is also updated daily
19+
link: "https://soujava.dev/celebration-day-3" // This link is also updated daily
2020
},
2121
// Set to false if you only want to show one button
2222
showSecondaryButton: true

0 commit comments

Comments
 (0)