From a0278b1c9ba3ed496ad08183908ad32c12a9630d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 21:24:38 +0000 Subject: [PATCH] Wrap ProjectBoard return with SEO fragment cgen-15f2e30c06e34100bd92598dd09ba684 --- client/pages/ProjectBoard.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/pages/ProjectBoard.tsx b/client/pages/ProjectBoard.tsx index 97fb0096..fd701e9c 100644 --- a/client/pages/ProjectBoard.tsx +++ b/client/pages/ProjectBoard.tsx @@ -124,6 +124,8 @@ export default function ProjectBoard() { if (!user) return null; return ( + <> +
@@ -316,5 +318,6 @@ export default function ProjectBoard() {
+ ); }