remove marker

This commit is contained in:
2025-04-21 14:19:43 -03:00
parent 735e35ff71
commit f970c079e0

View File

@@ -180,7 +180,7 @@ const trainer = data.course?.trainer ? await getEntry(data.course?.trainer) : nu
{ {
data.course.modules.map((summary) => ( data.course.modules.map((summary) => (
<details class="bg-white/10 rounded-lg w-full px-5 py-3 open:bg-white/15 open:[&_svg]:-rotate-180"> <details class="bg-white/10 rounded-lg w-full px-5 py-3 open:bg-white/15 open:[&_svg]:-rotate-180">
<summary class="cursor-pointer flex items-center justify-between"> <summary class="cursor-pointer flex items-center justify-between marker:content-['']">
<span>{summary}</span> <span>{summary}</span>
<Icon <Icon
name="chevron" name="chevron"