This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Agrim/DPROD-3862/fix: jump indices eu (#7486)
* fix: jump indices eu * fix: add jump indices * fix: empty commit * auto-pull-translation * translation: 📚 sync translations from crowdin feature branch * fix: translations * auto-pull-translation * translation: 📚 sync translations from crowdin feature branch * fix: translations * auto-pull-translation * translation: 📚 sync translations from crowdin feature branch * fix: translations * fix: empty commit * fix: empty commit --------- Co-authored-by: Agrim Jain <agrimjain@Agrim-Jains-Mac-FQ22G9XXP9-Standard.local> Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
- Loading branch information
1 parent
74b3558
commit 99f7f07
Showing
20 changed files
with
232 additions
and
172 deletions.
There are no files selected for viewing
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
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
15 changes: 15 additions & 0 deletions
15
themes/gatsby-theme-deriv/src/pages/markets/instruments/jump-indices-eu.tsx
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,15 @@ | ||
import React from 'react' | ||
import Symbol from '../components/helper/_symbol' | ||
import { jump_indices_eu } from '../static/content/_market-symbols' | ||
|
||
const CrashBoomEU = () => { | ||
return ( | ||
<> | ||
{jump_indices_eu.map((symbol, index) => ( | ||
<Symbol key={index} src={symbol.src} text={symbol.text} /> | ||
))} | ||
</> | ||
) | ||
} | ||
|
||
export default CrashBoomEU |
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
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
Oops, something went wrong.