fix
This commit is contained in:
@@ -4,7 +4,6 @@ import { Picture } from "astro:assets";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Layout from "~/layouts/Layout.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import Stats from "~/components/Stats.astro";
|
||||
import HeaderNav from "~/components/Course/HeaderNav.astro";
|
||||
|
||||
import placeholder from "~/assets/placeholder.png";
|
||||
@@ -38,6 +37,7 @@ const { Content } = await render(course);
|
||||
</Fragment>
|
||||
|
||||
<section class="space-y-6 lg:space-y-24">
|
||||
{/* Course */}
|
||||
<Container class="lg:flex items-center justify-start gap-6">
|
||||
<Picture
|
||||
src={data?.image ? data.image : placeholder}
|
||||
@@ -167,7 +167,8 @@ const { Content } = await render(course);
|
||||
</div>
|
||||
</section>
|
||||
</Container>
|
||||
{/* Course End */}
|
||||
|
||||
<Content />
|
||||
<Content test=": tes" />
|
||||
</section>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user