forked from binary-com/deriv-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nuzhy/DPROD-2212/footer data for IIP - platinum (binary-com#6446)
* chore: update footer data for IIP - platinum * chore: update IIP award in footer * fix: added IIP platinum award to EU footer * fix: new string for translation * auto-pull-translation * auto-pull-translation * translation: 📚 sync translations from crowdin feature branch --------- Co-authored-by: DerivFE <[email protected]> Co-authored-by: mitra-deriv <[email protected]>
- Loading branch information
1 parent
daccc7d
commit 953800d
Showing
23 changed files
with
168 additions
and
970 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React from 'react' | ||
import { StaticImage } from 'gatsby-plugin-image' | ||
import { localize } from 'components/localization' | ||
|
||
export const IIPAward = () => { | ||
return ( | ||
<div className="flex max-lg:justify-center"> | ||
<StaticImage | ||
src="../../../../images/common/migration/footer/investors-in-people.png" | ||
alt={localize('_t_investors in people - platinum_t_')} | ||
placeholder="none" | ||
width={160} | ||
height={32} | ||
layout="fixed" | ||
/> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.