Skip to content

Commit

Permalink
fix: #600 Unify subscriptions links (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfger authored Jan 31, 2025
1 parent 2eb2176 commit 59ee87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/routes/home/home.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Home = () => {
defaultMessage: 'Example of subscription management.',
id: 'Home / Subscriptions / Subtitle',
}),
link: generateTenantPath(RoutesConfig.subscriptions.currentSubscription.index),
link: generateTenantPath(RoutesConfig.subscriptions.index),
},
{
title: intl.formatMessage({
Expand Down

0 comments on commit 59ee87d

Please sign in to comment.