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 @@ -228,15 +228,6 @@ function Home() {
Workshop Program
</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 following workshop program describes the tentative schedule in
the case that the workshop is held in the morning. Please note that
the program may change depending on the assigned time slot. Please
check back for updates.
</p>
</div>
<ScrollArea className="w-[80dvw] md:w-full">
<Table>
<TableHeader>
Expand Down
Loading