diff --git a/src/components/AppLayout/AppLayout.astro b/src/components/AppLayout/AppLayout.astro index f1c10fc..b888c68 100644 --- a/src/components/AppLayout/AppLayout.astro +++ b/src/components/AppLayout/AppLayout.astro @@ -12,6 +12,7 @@ interface Props { backgroundImage?: ComponentProps["img"] | undefined; hideFooterLinks?: boolean; hideHomeButton?: boolean; + class?: string | undefined; } const { @@ -20,6 +21,7 @@ const { backgroundImage, hideFooterLinks = false, hideHomeButton = false, + ...otherProps } = Astro.props; --- @@ -30,7 +32,7 @@ const {
-
+