We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 425ea0f + 51585fd commit 3bb241fCopy full SHA for 3bb241f
1 file changed
packages/fxa-settings/src/components/Settings/Nav/index.tsx
@@ -50,7 +50,7 @@ export const Nav = ({
50
)}`;
51
const subscriptionLink = config.featureFlags
52
?.paymentsNextSubscriptionManagement
53
- ? `${config.servers.paymentsNext.url}/subscriptions/manage`
+ ? `${config.servers.paymentsNext.url}/subscriptions/landing`
54
: '/subscriptions';
55
56
useEffect(() => {
0 commit comments