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'];