From ebe8a3c3760bebbbdb8da14caae7b7925145ace2 Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Wed, 23 Jul 2025 01:23:51 +0200
Subject: [PATCH] Fix "extension" root route redirect
Not sure why this redirects to the root route instead of to the extension page (got introduced in 2e105a0539185e76842f50cc34caa00c0e25991f)
---
src/App.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.tsx b/src/App.tsx
index c97b183b..1779e079 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -167,7 +167,7 @@ const MainApp = () => {
} />
- } />
+ } />
} />
} />