Merge branch 'main' into B2B-30

This commit is contained in:
devmc-ee
2025-07-02 18:26:02 +03:00
28 changed files with 628 additions and 586 deletions

View File

@@ -32,7 +32,7 @@ export const UpdateAccountSuccessNotification = ({
descriptionKey="account:updateAccount:successDescription"
buttonProps={{
buttonTitleKey: 'account:updateAccount:successButton',
href: pathsConfig.app.home,
href: pathsConfig.app.selectPackage,
}}
/>
);