diff --git a/src/components/sections/TimetableModalSection.tsx b/src/components/sections/TimetableModalSection.tsx index 6a56e22..e199347 100644 --- a/src/components/sections/TimetableModalSection.tsx +++ b/src/components/sections/TimetableModalSection.tsx @@ -48,12 +48,12 @@ export default async function TimetableModalSection({lang, talk}: { lang: 'ja' | className='border-l-2 border-l-primary pl-4 prose prose-pre:bg-primary-50 prose-pre:rounded-none prose-pre:text-black max-w-full prose-li:marker:text-primary-500'> -
+
{ talk.resources.map((resource, index) => - +
{resource.description}
)