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')), () => ( <>