From 8a52f78c5efb46f0551bb49988a37c7efc7d5340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20R=20Siqueira?= Date: Fri, 25 Apr 2025 20:42:25 -0300 Subject: [PATCH] remove trainer --- superpage/src/components/Course/Trainer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superpage/src/components/Course/Trainer.astro b/superpage/src/components/Course/Trainer.astro index 2b2e184..2116982 100644 --- a/superpage/src/components/Course/Trainer.astro +++ b/superpage/src/components/Course/Trainer.astro @@ -7,7 +7,7 @@ import Container from "~/components/Container.astro"; const trainer = await getEntry("trainers", Astro.props.name); --- - +