From 4ad9443cf7edc18a6623c0f0398ccb4a6dd16fcd Mon Sep 17 00:00:00 2001 From: raj-khan Date: Fri, 29 May 2026 10:10:26 +0800 Subject: [PATCH] Fix navigation: wrap Wordmark in home link across Nav, DemoFlow, Footer --- apps/web/src/components/demo/DemoFlow.tsx | 13 +++++++++++-- apps/web/src/components/layout/Footer.tsx | 4 +++- apps/web/src/components/layout/Nav.tsx | 4 +++- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/demo/DemoFlow.tsx b/apps/web/src/components/demo/DemoFlow.tsx index 9a8c96a..0e60ed1 100644 --- a/apps/web/src/components/demo/DemoFlow.tsx +++ b/apps/web/src/components/demo/DemoFlow.tsx @@ -133,7 +133,16 @@ export function DemoFlow() { borderBottom: '1px solid var(--rule)', }} > -
+ build your path -
+
{[0, 1, 2, 3, 4].map((i) => ( diff --git a/apps/web/src/components/layout/Footer.tsx b/apps/web/src/components/layout/Footer.tsx index 378a91c..f53a04f 100644 --- a/apps/web/src/components/layout/Footer.tsx +++ b/apps/web/src/components/layout/Footer.tsx @@ -59,7 +59,9 @@ export function Footer() { }} >
- + + +

- + + + {/* Desktop links */}