We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8740c5f commit 601b760Copy full SHA for 601b760
src/javascript/app/base/header.js
@@ -83,7 +83,7 @@ const Header = (() => {
83
el.href = Url.urlForDeriv('', `ext_platform_url=${ext_platform_url}`);
84
});
85
applyToAllElements('.url-appstore', (el) => {
86
- el.href = Url.urlForDeriv('appstore/traders-hub', `ext_platform_url=${ext_platform_url}`);
+ el.href = Url.urlForDeriv('', `ext_platform_url=${ext_platform_url}`);
87
88
applyToAllElements('.url-reports-positions', (el) => {
89
el.href = Url.urlForDeriv('reports/positions', `ext_platform_url=${ext_platform_url}`);
0 commit comments