Thanks to visit codestin.com
Credit goes to github.com

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

nikolai.berestevich/refactor/delete-alt-tags-resourses #1959

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/trader-tools/_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ const TradingTools = ({ tools }) => {
<Show.Desktop>
<QueryImage
data={data[item.image_name]}
alt={item.image_alt}
alt=""
height="100%"
/>
</Show.Desktop>
<Show.Mobile>
<QueryImage
data={data[item.image_name + '_mobile']}
alt={item.image_alt}
alt=""
height="100%"
/>
<StyledLinkButton tertiary to={item.link.route}>
Expand Down