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

mayuran/DERC-2408/update iip platinum icon #6492

Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@
"1079537687": "Biogen Inc",
"1080905136": "opportunities",
"1081045854": "If you select 'Even', you receive the payout if the last digit of the exit price is an even number (e.g. 2, 4, 6, 8, 0).",
"1081306780": "IIP Platinum Companies",
"1081935332": "Currently, you can only buy vanilla call and put options on Deriv.",
"1082230343": "- Enter your stake amount or desired potential payout amount.",
"1083621931": "Please note that the availability of early exit from your trading position depends on the specific trade type, or it may only be available within a certain timeframe.",
Expand Down Expand Up @@ -3115,7 +3116,6 @@
"-943701585": "Available on",
"-1022786491": "chevron",
"-1854553328": "GPTW award",
"-1791434676": "Investors in people award",
"-1221197492": "Broker of the year award",
"-1307341240": "extra info icon",
"-1244234227": "Digital options allow you to predict the outcome from two possible results and earn a fixed payout if your prediction is correct.",
Expand Down Expand Up @@ -4269,7 +4269,7 @@
"-26610045": "Add an affiliate account",
"-435672026": "Wrong email",
"-265889213": "Empty input not available",
"-1787546919": "You should enter ${min_digit}-${max_digit} characters.",
"-1302509916": "You should enter 2-256 characters.",
"-442533603": "Incorrect company name",
"-840841662": "Only Latin characters",
"-1430656728": "Password is required",
Expand Down Expand Up @@ -4624,7 +4624,7 @@
"-231863107": "No",
"-1706181054": "Unsubscribe from Deriv emails.",
"-2126078388": "Our certifications",
"-1054223029": "We are proud to be recognised as a Great Place to Work™ and certified Gold in Investors in People.",
"-1858637431": "We are proud to be recognised as a Great Place to Work™ and certified Platinum in Investors in People.",
"-2081464339": "Our awards",
"-234962411": "Who we are | An Online Trading Platform | Deriv.com",
"-719133900": "Deriv is a pioneering and award-winning online trading platform that offers a wide selection of derivatives for anyone, anywhere to trade.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const AwardBannerEu = ({ title, subtitle }: AwardProps) => {
justify="center"
direction="col"
className={styles.content_eu}
padding="8x"
md={{ padding: '27x' }}
padding="12x"
md={{ padding: '10x' }}
>
<StaticImage
src="../../../../../../images/common/awards/gptw.png"
Expand All @@ -51,16 +51,17 @@ const AwardBannerEu = ({ title, subtitle }: AwardProps) => {
justify="center"
direction="col"
className={styles.content_eu}
padding="8x"
md={{ padding: '27x' }}
padding="12x"
md={{ padding: '10x' }}
>
<StaticImage
src="../../../../../../images/common/awards/investors.png"
alt={localize('_t_Investors in people award_t_')}
alt={localize('_t_IIP Platinum Companies_t_')}
formats={['avif', 'webp', 'auto']}
quality={100}
placeholder="none"
width={157}
width={336}
height={67}
/>
</Flex.Box>
</Flex.Box>
Expand Down
Binary file modified src/images/common/awards/investors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/who-we-are/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const AboutUs = ({ data }: TWhoWeAre) => {
<EndSeparator />
<AwardBannerEu
title="_t_Our certifications_t_"
subtitle="_t_We are proud to be recognised as a Great Place to Work™ and certified Gold in Investors in People._t_"
subtitle="_t_We are proud to be recognised as a Great Place to Work™ and certified Platinum in Investors in People._t_"
/>
<OurPrinciples our_principles={our_principles} />
{is_eu ? null : <AwardBanner title="_t_Our awards_t_" />}
Expand Down
Loading
Loading