diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index fc7669aa9..3eafe89ad 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -50,7 +50,6 @@ currentRoute === 'features' || currentRoute === 'markets' || currentRoute === 'open' || - currentRoute === 'personal-finance-tools' || currentRoute === 'pricing' || currentRoute === 'resources' || currentRoute === 'register' || diff --git a/apps/client/src/app/core/auth.guard.ts b/apps/client/src/app/core/auth.guard.ts index 233136605..ecf7d0421 100644 --- a/apps/client/src/app/core/auth.guard.ts +++ b/apps/client/src/app/core/auth.guard.ts @@ -26,7 +26,6 @@ export class AuthGuard implements CanActivate { '/markets', '/open', '/p', - '/personal-finance-tools', '/pricing', '/register', '/resources'