Skip to content

Commit

Permalink
Updated the route from /subscription-plans to /pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
tahierhussain committed Jan 30, 2025
1 parent ff75b58 commit 021d2c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/routes/useMainAppRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ function useMainAppRoutes() {
<Route path="dashboard" element={<UnstractUsagePage />} />
)}
{UnstractSubscriptionPage && (
<Route
path="subscription-plans"
element={<UnstractSubscriptionPage />}
/>
<Route path="pricing" element={<UnstractSubscriptionPage />} />
)}
<Route path="profile" element={<ProfilePage />} />
<Route
Expand Down

0 comments on commit 021d2c2

Please sign in to comment.