From b1ae653d49744486979baa67c5804ad73b783abc Mon Sep 17 00:00:00 2001 From: otiagomaciel <48842274+otiagomaciel@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:17:58 -0300 Subject: [PATCH] Update and rename nr-20-inicicao.md to nr-20-inicicao.mdx --- .../src/content/courses/nr-20-inicicao.md | 12 ------------ .../src/content/courses/nr-20-inicicao.mdx | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 superpage/src/content/courses/nr-20-inicicao.md create mode 100644 superpage/src/content/courses/nr-20-inicicao.mdx diff --git a/superpage/src/content/courses/nr-20-inicicao.md b/superpage/src/content/courses/nr-20-inicicao.md deleted file mode 100644 index c12b5f0..0000000 --- a/superpage/src/content/courses/nr-20-inicicao.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -id: 95a1fcb9-ba16-4b3c-a59d-047ca32078ff -title: NR-20 Iniciação -slug: nr-20-inicicao -excerpt: ... -draft: false - -course: - hours: 8 - trainer: francis - modules: [] ---- diff --git a/superpage/src/content/courses/nr-20-inicicao.mdx b/superpage/src/content/courses/nr-20-inicicao.mdx new file mode 100644 index 0000000..a4433ad --- /dev/null +++ b/superpage/src/content/courses/nr-20-inicicao.mdx @@ -0,0 +1,18 @@ +--- +id: 95a1fcb9-ba16-4b3c-a59d-047ca32078ff +title: NR-20 Iniciação +slug: nr-20-inicicao +excerpt: ... +draft: false + +course: + hours: 4 + unit_price: 99 +--- + +import { Accordion, Item, Header, Body } from "~/components/Accordion"; +import { Course } from "~/components/Course"; + + + +