From a476546c711870cdc012311bca38128d9edb38c2 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Wed, 28 Jun 2023 11:04:49 +0100 Subject: [PATCH] Update _app.tsx --- apps/website/src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/pages/_app.tsx b/apps/website/src/pages/_app.tsx index f94c50b9..7f1425b9 100644 --- a/apps/website/src/pages/_app.tsx +++ b/apps/website/src/pages/_app.tsx @@ -99,7 +99,7 @@ export default function App({ Component, pageProps }: Props) { ) ) .with( - P.when(p => p.startsWith('/learn')), + P.when(p => p.startsWith('/help')), () => ( <>