File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
1616import { GameTree } from 'src/types'
1717
1818const CANDIDATES_COMPLETED_STORAGE_KEY = 'maia-candidates-completed'
19+ const CANDIDATES_BROADCAST_HREF = '/broadcast/BLA70Vds/uLCZwqAK'
1920
2021const readCompletedChallenges = ( ) : string [ ] => {
2122 if ( typeof window === 'undefined' ) return [ ]
@@ -241,6 +242,15 @@ export default function CandidatesPage() {
241242 < p className = "mt-2 text-sm uppercase tracking-[0.2em] text-white/45" >
242243 Round 1
243244 </ p >
245+ < Link
246+ href = { CANDIDATES_BROADCAST_HREF }
247+ className = "mt-4 inline-flex items-center gap-2 rounded-full border border-sky-300/25 bg-sky-500/10 px-4 py-2 text-sm font-medium text-sky-100 transition hover:border-sky-200/40 hover:bg-sky-500/15"
248+ >
249+ < span className = "material-symbols-outlined !text-[18px]" >
250+ live_tv
251+ </ span >
252+ Watch Candidates Broadcast
253+ </ Link >
244254 </ header >
245255 { positions . map ( ( position ) => (
246256 < PositionPill
You can’t perform that action at this time.
0 commit comments