Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/app/routes/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
MapPin,
ExternalLink,
FileText,
Info,
Video,
} from "lucide-react";
import { SiSlack } from "react-icons/si";
Expand Down Expand Up @@ -286,14 +285,6 @@ function Home() {
Invited Speakers
</h2>
</div>
<div className="flex items-start gap-4 rounded-lg border bg-card p-6">
<Info className="h-6 w-6 shrink-0 text-primary" />
<p>
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.
</p>
</div>
<div className="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
{programData.invitedSpeakers.map((speaker, index) => (
<Card key={index}>
Expand Down
Loading