From f970c079e0b216ef9fa46a3d7994c9cd8be4ebc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Mon, 21 Apr 2025 14:19:43 -0300 Subject: [PATCH] remove marker --- superpage/src/pages/[slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superpage/src/pages/[slug].astro b/superpage/src/pages/[slug].astro index b091ff4..d041855 100644 --- a/superpage/src/pages/[slug].astro +++ b/superpage/src/pages/[slug].astro @@ -180,7 +180,7 @@ const trainer = data.course?.trainer ? await getEntry(data.course?.trainer) : nu { data.course.modules.map((summary) => (
- + {summary}