Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix: Trader's hub icon navigation should be Wallet (https://app.deriv…
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-matskevich-deriv committed Feb 15, 2024
1 parent 93961d5 commit b3b829c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/menu-links.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const MenuLinks = () => (
<div className='header__menu-item header__menu-links client_logged_in'>
{config.reports.visible && (
<div>
<a className='url-reports-positions header__menu-links-item' href={config.tradershub.url}>
<a className='url-reports-positions header__menu-links-item' href={config.wallets.url}>
<div className='header__icon-container'>
<img className='header__icon-text reports-icon' src='/public/images/traders_hub.png' />
</div>
Expand Down

0 comments on commit b3b829c

Please sign in to comment.