Skip to content

Commit

Permalink
fix: missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv committed Mar 11, 2024
1 parent 45646ff commit ca2d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/base/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const Header = (() => {
el.src = Url.urlForStatic(`${header_icon_base_path}ic-cashier.svg`);
});

applyToAllElements('mobile__platform-switcher-icon-arrowright', (el) => {
applyToAllElements('#mobile__platform-switcher-icon-arrowright', (el) => {
el.src = Url.urlForStatic(`${header_icon_base_path}ic-chevron-right.svg`);
});

Expand Down

0 comments on commit ca2d08e

Please sign in to comment.