diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx
index b111ed0..f575f3f 100755
--- a/src/components/App/index.tsx
+++ b/src/components/App/index.tsx
@@ -318,69 +318,75 @@ function App(): JSX.Element {
}>
- }>
- {/* }>
+ {/* }
/> */}
- }
- />
- }
- />
-
- }>
- } />
- }
- />
- }
- />
- }
- />
- }
- />
- } />
- } />
- }
- />
- }
- />
- }
- />
- }
- />
- }
- />
- }
- />
- }
- />
-
+ }
+ />
+ }
+ />
+
+ }>
+ } />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+ }
+ />
+
} />
diff --git a/src/routes.ts b/src/routes.ts
index 56bc4a5..b443700 100755
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -297,7 +297,7 @@ export const getRouteBy = (status: UserStatus): string => {
return routes.client.gender();
case "registred":
case "unsubscribed":
- return routes.client.subscription();
+ return routes.client.trialPayment();
case "subscribed":
return routes.client.home();
default: