From 9d1ebdce0ff4eb33f4fa086bcb27b0e6b18c86b0 Mon Sep 17 00:00:00 2001 From: Steph Date: Fri, 8 Dec 2023 14:10:47 +0100 Subject: [PATCH] add missing page description --- layouts/main.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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}