diff --git a/app/components/home/AgendaSection.tsx b/app/components/home/AgendaSection.tsx index 8830232..81e8e01 100644 --- a/app/components/home/AgendaSection.tsx +++ b/app/components/home/AgendaSection.tsx @@ -119,7 +119,7 @@ export default function AgendaSection({ data }: Props) { {/* Left: Card (Desktop) / Full content (Mobile) */}
- + {item.order} {/* Mobile-only time badge */} @@ -128,7 +128,7 @@ export default function AgendaSection({ data }: Props) { {item.time}
-

+

{renderFormattedText(item.title)}

{!item.description && item.avatar && (