Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit f958598

Browse files
committed
chore: ⚡ updated trackjs app name
1 parent 6b46401 commit f958598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type TRootProps = {
1515

1616
if (siteConfig.customFields.trackJsToken) {
1717
TrackJS.install({
18-
application: 'api.deriv.com',
18+
application: 'api-deriv-com',
1919
token: siteConfig.customFields.trackJsToken.toString(),
2020
});
2121
} else {

0 commit comments

Comments
 (0)