diff --git a/superpage/src/components/Course/Course.astro b/superpage/src/components/Course/Course.astro index f88e1da..1deb6ff 100644 --- a/superpage/src/components/Course/Course.astro +++ b/superpage/src/components/Course/Course.astro @@ -4,13 +4,13 @@ import Modules from "./Modules.astro"; import Features from "../Features.astro"; import Cert from "./Cert.astro"; import Trainer from "./Trainer.astro"; -import Plans from "./Plans.astro"; +import Solutions from "./Solutions.astro"; import Faq from "./Faq.astro"; const { trainer } = Astro.props; --- - + diff --git a/superpage/src/components/Course/Plans.astro b/superpage/src/components/Course/Solutions.astro similarity index 100% rename from superpage/src/components/Course/Plans.astro rename to superpage/src/components/Course/Solutions.astro diff --git a/superpage/src/pages/[slug].astro b/superpage/src/pages/[slug].astro index 0fe7d7f..2d0254b 100644 --- a/superpage/src/pages/[slug].astro +++ b/superpage/src/pages/[slug].astro @@ -36,152 +36,156 @@ const { Content } = await render(course); -
-