This commit is contained in:
2025-05-03 23:16:46 -03:00
parent b84c46721a
commit 04253867be

View File

@@ -66,11 +66,11 @@ const { Content } = await render(course);
<section class="max-lg:pt-6 lg:py-24">
<div class="space-y-5">
<span class="font-medium">
{
Curso online de {
data.course.reciclagem ? (
<>Curso de reciclagem</>
<>reciclagem</>
) : (
<>Curso de formação</>
<>formação</>
)
}
</span>