From ed33109edef9b5303a4f1f21bdc61ded66764b75 Mon Sep 17 00:00:00 2001
From: maurer2 <6861911+maurer2@users.noreply.github.com>
Date: Sun, 25 May 2025 22:59:00 +0200
Subject: [PATCH] Use nav-element for navbar __root.tsx
---
examples/react/start-basic/src/routes/__root.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/react/start-basic/src/routes/__root.tsx b/examples/react/start-basic/src/routes/__root.tsx
index 70140f2306..e65f617845 100644
--- a/examples/react/start-basic/src/routes/__root.tsx
+++ b/examples/react/start-basic/src/routes/__root.tsx
@@ -77,7 +77,7 @@ function RootDocument({ children }: { children: React.ReactNode }) {