From 60957e107756cd5a4996e2dafc7dfb2e4e4132fe Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 14 Nov 2023 14:19:53 -0800 Subject: [PATCH] client/web: fix back button on devices with URL prefix Move Header component inside Router so that links are relative to the router base URL. Updates tailscale/corp#14335 Signed-off-by: Will Norris --- client/web/src/components/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/app.tsx b/client/web/src/components/app.tsx index cc5ed366e..1f2f9d4f6 100644 --- a/client/web/src/components/app.tsx +++ b/client/web/src/components/app.tsx @@ -59,8 +59,8 @@ function WebClient({ ) : ( // Otherwise render the new web client. <> -
+