Skip to content

Commit f9dd69d

Browse files
committed
agenda, other links, eval
1 parent f65dc34 commit f9dd69d

2 files changed

Lines changed: 15 additions & 28 deletions

File tree

client/src/pages/conf/sections/AgendaSection.tsx

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,9 @@ const AgendaSection = ({ confYear }: AgendaSectionProps) => {
8181
<p className={styles.agendaCardDescription}>{item.description}</p>
8282
)}
8383
</div>
84-
{item.url ? (
85-
<a
86-
className={styles.agendaCardButton}
87-
href={item.url}
88-
target="_blank"
89-
rel="noopener noreferrer"
90-
>
91-
Watch now
92-
</a>
93-
) : (
94-
<span className={styles.agendaCardButton} aria-disabled="true">
95-
Coming soon
96-
</span>
97-
)}
84+
<span className={styles.agendaCardButton} aria-disabled="true">
85+
Coming soon
86+
</span>
9887
</article>
9988
))}
10089
</div>
@@ -113,20 +102,9 @@ const AgendaSection = ({ confYear }: AgendaSectionProps) => {
113102
<p className={styles.agendaCardDescription}>{item.description}</p>
114103
)}
115104
</div>
116-
{item.url ? (
117-
<a
118-
className={styles.agendaCardButton}
119-
href={item.url}
120-
target="_blank"
121-
rel="noopener noreferrer"
122-
>
123-
Watch now
124-
</a>
125-
) : (
126-
<span className={styles.agendaCardButton} aria-disabled="true">
127-
Coming soon
128-
</span>
129-
)}
105+
<span className={styles.agendaCardButton} aria-disabled="true">
106+
Coming soon
107+
</span>
130108
</article>
131109
))}
132110
</div>

client/src/pages/conf/sections/StreamSection.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ const StreamSection = ({ confYear, streamEmbedUrl }: StreamSectionProps) => {
119119
</div>
120120
</div>
121121
)}
122+
123+
<a
124+
className={styles.streamCtaButton}
125+
href="https://aka.ms/CosmosConf2026Survey"
126+
target="_blank"
127+
rel="noopener noreferrer"
128+
>
129+
Azure Cosmos DB Conference 2026 Post-Event Survey
130+
</a>
122131
</div>
123132
</div>
124133
</div>

0 commit comments

Comments
 (0)