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

Commit

Permalink
chore: change IB commission image for EU and pull the latest from mas…
Browse files Browse the repository at this point in the history
…ter (#5721)
  • Loading branch information
jia-deriv authored Oct 11, 2023
1 parent 8609337 commit 06a13eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/pages/partners/affiliate-ib/_why-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const query = graphql`
daily_ib_commission: file(relativePath: { eq: "affiliate/daily-ib-commission.png" }) {
...fadeIn
}
daily_ib_commission_eu: file(relativePath: { eq: "affiliate/daily-ib-commission-eu.png" }) {
...fadeIn
}
marketing_material: file(relativePath: { eq: "affiliate/marketing-material.png" }) {
...fadeIn
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/partners/affiliate-ib/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const AffiliateIb = () => {
{
title: content_data.payout_title,
subtitle: content_data.payout_text,
image_name: 'daily_ib_commission',
image_name: is_eu ? 'daily_ib_commission_eu' : 'daily_ib_commission',
image_alt: '_t_Check your daily IB commission_t_',
},
{
Expand Down

1 comment on commit 06a13eb

@vercel
Copy link

@vercel vercel bot commented on 06a13eb Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.