We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da28e45 commit 8b94872Copy full SHA for 8b94872
main.js
@@ -11,12 +11,12 @@ const HERO_CTA_CONFIG = {
11
// Primary button links to the LIVE or UPCOMING stream
12
primary: {
13
text: "Join the Live Stream",
14
- link: "https://soujava.dev/celebration-day-3" // This link is still updated daily
+ link: "https://soujava.dev/celebration-day-4" // This link is still updated daily
15
},
16
// Secondary button links to the MOST RECENT recording
17
secondary: {
18
text: "Latest Recordings",
19
- link: "https://soujava.dev/celebration-day-2" // This link is also updated daily
+ link: "https://soujava.dev/celebration-day-3" // This link is also updated daily
20
21
// Set to false if you only want to show one button
22
showSecondaryButton: true
0 commit comments