diff --git a/src/components/live/LiveTalksPlaceholder.tsx b/src/components/live/LiveTalksPlaceholder.tsx index 8243997b..335d5acc 100644 --- a/src/components/live/LiveTalksPlaceholder.tsx +++ b/src/components/live/LiveTalksPlaceholder.tsx @@ -42,7 +42,20 @@ export const LiveTalksPlaceholder = () => { case isBeforeConference: return "The conference hasn't started yet."; case isAfterConference: - return "The conference is now over. Thank you to everyone who made this JuliaCon awesome!"; + return ( + <> + The conference is now over. Thank you to everyone who made this + JuliaCon awesome! Visit{" "} + + the Julia Language's YouTube + {" "} + to watch all of the conference's talks, workshops, and keynotes. + + ); case data?.talks?.length === 0: return "There are no talks scheduled for today."; case dayHasEnded: