File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,3 +274,5 @@ youtube-session-descriptions.md
274274agenda-live.md
275275agenda-live.svg
276276agenda-live.png
277+ agenda-social-posts.md
278+ welcome-to-cosmos-conf-2026.md
Original file line number Diff line number Diff line change @@ -242,8 +242,12 @@ const ConfPage = () => {
242242 </ div >
243243 </ header >
244244
245- { showStream && streamLive && (
246- < StreamSection confYear = { CONF_YEAR } streamEmbedUrl = { streamEmbedUrl } live />
245+ { showStream && (
246+ < StreamSection
247+ confYear = { CONF_YEAR }
248+ streamEmbedUrl = { streamEmbedUrl }
249+ live = { streamLive }
250+ />
247251 ) }
248252
249253 < section className = { styles . introSection } aria-labelledby = "conf-intro" >
@@ -362,8 +366,6 @@ const ConfPage = () => {
362366 </ div >
363367 </ section >
364368
365- { showStream && ! streamLive && < StreamSection confYear = { CONF_YEAR } streamEmbedUrl = { streamEmbedUrl } /> }
366-
367369 < NewsSection confYear = { CONF_YEAR } />
368370
369371 { showAgenda && < AgendaSection confYear = { CONF_YEAR } /> }
You can’t perform that action at this time.
0 commit comments