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

Commit

Permalink
feat: update images (#6861)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinosG-deriv authored Jan 30, 2024
1 parent 9398546 commit 61b3b17
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
Binary file modified src/images/common/stock-indices/stocksMainHeaderImg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 13 additions & 9 deletions src/images/svg/stock-indices/stocks-high-leverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 11 additions & 10 deletions src/images/svg/stock-indices/stocks-minimum-capital.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions src/pages/landing/stocks/_headerSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ const query = graphql`
mainHeaderImage: file(relativePath: { eq: "stock-indices/stocksMainHeaderImg.png" }) {
...fadeIn
}
mainHeaderImageMobile: file(
relativePath: { eq: "stock-indices/stocksMainHeaderImg-m.png" }
) {
...fadeIn
}
}
`

Expand Down Expand Up @@ -290,7 +285,7 @@ const HeaderSection = () => {
</DesktopImageWrapper>
<MobileImageWrapper>
<QueryImage
data={data['mainHeaderImageMobile']}
data={data['mainHeaderImage']}
alt={localize('_t_deriv platform mobile_t_')}
width="100%"
/>
Expand Down

0 comments on commit 61b3b17

Please sign in to comment.