diff --git a/src/components/AppLayout/components/AppLayoutDescription.astro b/src/components/AppLayout/components/AppLayoutDescription.astro index 95204e4..989ef73 100644 --- a/src/components/AppLayout/components/AppLayoutDescription.astro +++ b/src/components/AppLayout/components/AppLayoutDescription.astro @@ -4,9 +4,10 @@ import type { RichTextContent } from "src/shared/payload/payload-sdk"; interface Props { description: RichTextContent | string; + lang?: string | undefined; } -const { description } = Astro.props; +const { description, lang } = Astro.props; --- {/* ------------------------------------------- HTML ------------------------------------------- */} @@ -16,7 +17,7 @@ const { description } = Astro.props; typeof description === "string" ? (
) : ( -{block.blockName}
+{block.blockName}
{title}
+{title}
+