diff --git a/layouts/main.tsx b/layouts/main.tsx index c0b0269..91a8940 100644 --- a/layouts/main.tsx +++ b/layouts/main.tsx @@ -41,6 +41,11 @@ export const MainLayout = ({ children, description, title }: Props) => {

{title}

)} + {description && ( +
+

{description}

+
+ )} {children}