Skip to content

Commit 601b760

Browse files
committed
fix: traders-hub link
1 parent 8740c5f commit 601b760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/base/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Header = (() => {
8383
el.href = Url.urlForDeriv('', `ext_platform_url=${ext_platform_url}`);
8484
});
8585
applyToAllElements('.url-appstore', (el) => {
86-
el.href = Url.urlForDeriv('appstore/traders-hub', `ext_platform_url=${ext_platform_url}`);
86+
el.href = Url.urlForDeriv('', `ext_platform_url=${ext_platform_url}`);
8787
});
8888
applyToAllElements('.url-reports-positions', (el) => {
8989
el.href = Url.urlForDeriv('reports/positions', `ext_platform_url=${ext_platform_url}`);

0 commit comments

Comments
 (0)