Skip to content

Commit c3f94db

Browse files
committed
go-live
1 parent 80f16d5 commit c3f94db

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,5 @@ youtube-session-descriptions.md
274274
agenda-live.md
275275
agenda-live.svg
276276
agenda-live.png
277+
agenda-social-posts.md
278+
welcome-to-cosmos-conf-2026.md

client/src/pages/conf/index.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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} />}

0 commit comments

Comments
 (0)