From 612e71f43999cec7abc777d523d83bf7c524e168 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 14 Jun 2023 18:18:13 +0200 Subject: [PATCH] fix: signup loging link we use the same component on the options page and on the welcome page. But those pages have different URL paths. To make the link work this roue was added. --- src/app/router/Welcome/Welcome.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/router/Welcome/Welcome.tsx b/src/app/router/Welcome/Welcome.tsx index 71301f7669..ca8bd288b4 100644 --- a/src/app/router/Welcome/Welcome.tsx +++ b/src/app/router/Welcome/Welcome.tsx @@ -37,6 +37,10 @@ function Welcome() { }> } /> + } + /> }>