From d8605bed399d4b59fff72e19c96021225abafb50 Mon Sep 17 00:00:00 2001 From: nthanhtoan61 Date: Tue, 14 Jul 2026 11:42:22 +0700 Subject: [PATCH] Update AgendaSection.tsx --- app/components/home/AgendaSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && (