File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,10 @@ <h2 class="section-title">Agenda</h2>
166166 < div class ="timezone-section ">
167167 < span class ="filter-label "> See schedule in</ span >
168168 < div class ="timezone-buttons ">
169- < button class ="timezone-btn active " data-tz ="America/Sao_Paulo "> BRT</ button >
170- < button class ="timezone-btn " data-tz ="Europe/London "> CET</ button >
171- < button class ="timezone-btn " data-tz ="America/New_York "> EDT</ button >
169+ < button class ="timezone-btn active " data-tz ="America/Sao_Paulo "> BRT (Brazil)</ button >
170+ < button class ="timezone-btn " data-tz ="Europe/Berlin "> CEST (Europe)</ button >
171+ < button class ="timezone-btn " data-tz ="America/New_York "> EDT (US East)</ button >
172+ < button class ="timezone-btn " data-tz ="America/Chicago "> CDT (US Central)</ button >
172173 </ div >
173174 </ div >
174175
Original file line number Diff line number Diff 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-4" // This link is still updated daily
14+ link : "https://soujava.dev/celebration-day-5"
1515 } ,
16- // Secondary button links to the MOST RECENT recording
16+ // Secondary button links to the recordings playlist
1717 secondary : {
1818 text : "Latest Recordings" ,
19- link : "https://soujava.dev/celebration-day-3" // This link is also updated daily
19+ link : "https://soujava.dev/celebrationplaylist"
2020 } ,
2121 // Set to false if you only want to show one button
2222 showSecondaryButton : true
You can’t perform that action at this time.
0 commit comments