From 844f47677a3e020d640121c3a32e2ca930ec3a42 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 7 Mar 2024 16:02:59 +0100 Subject: [PATCH] fix: remove test route --- src/routes/+layout.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1452936b0..eadc302f3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -76,8 +76,7 @@ '/recover', '/invite', '/card', - '/hackathon', - '/test' + '/hackathon' ]; const acceptedAuthenticatedRoutes = ['/console', '/invite', '/card', '/hackathon'];