From b150e2c30e2095216a58cfa18f2928f4e8adf183 Mon Sep 17 00:00:00 2001 From: gatheluck Date: Fri, 5 Jun 2026 15:53:00 -0600 Subject: [PATCH] feat: remove tentative speakers notice The invited speakers list is finalized; remove the notice about tentative confirmation. Co-Authored-By: Claude Sonnet 4.5 --- src/app/routes/Home.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/routes/Home.tsx b/src/app/routes/Home.tsx index 9f074b2..339a80f 100644 --- a/src/app/routes/Home.tsx +++ b/src/app/routes/Home.tsx @@ -4,7 +4,6 @@ import { MapPin, ExternalLink, FileText, - Info, Video, } from "lucide-react"; import { SiSlack } from "react-icons/si"; @@ -286,14 +285,6 @@ function Home() { Invited Speakers -
- -

- The list of invited speakers is not yet finalized. Some speakers - have given tentative confirmation, and additional speakers may be - announced in the future. Please check back for updates. -

-
{programData.invitedSpeakers.map((speaker, index) => (