Skip to content

Commit

Permalink
Merge pull request #1616 from maryia-deriv/maryia/OPT-862/update-step…
Browse files Browse the repository at this point in the history
…-indices

[DTRA] Maryia/OPT-862/feat: icons for new Step Indices
  • Loading branch information
balakrishna-deriv authored Jul 26, 2024
2 parents fa17ed9 + ad52b42 commit 718449b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ import Boom500 from '../../sass/icons/active-symbols/volatility/boom500 index/bo
import Boom1000 from '../../sass/icons/active-symbols/volatility/boom1000 index/boom1000 index.svg';
import MarketBear from '../../sass/icons/active-symbols/volatility/bear market/ic-marketbear.svg';
import MarketBull from '../../sass/icons/active-symbols/volatility/bull market/ic-marketbull.svg';
import Step from '../../sass/icons/active-symbols/volatility/step index/step index.svg';
import Step100 from '../../sass/icons/active-symbols/volatility/step index/step-100-index.svg';
import Step200 from '../../sass/icons/active-symbols/volatility/step index/step-200-index.svg';
import Step500 from '../../sass/icons/active-symbols/volatility/step index/step-500-index.svg';
import JD10 from '../../sass/icons/active-symbols/volatility/jd10 index/ic-10-index.svg';
import JD25 from '../../sass/icons/active-symbols/volatility/jd25 index/ic-25-index.svg';
import JD50 from '../../sass/icons/active-symbols/volatility/jd50 index/ic-50-index.svg';
Expand Down Expand Up @@ -561,7 +563,9 @@ export const ItemIconMap = {
CRASH1000: Wrapper(Crash1000),
RDBEAR: Wrapper(MarketBear),
RDBULL: Wrapper(MarketBull),
stpRNG: Wrapper(Step),
stpRNG: Wrapper(Step100),
stpRNG2: Wrapper(Step200),
stpRNG5: Wrapper(Step500),
JD10: Wrapper(JD10),
JD25: Wrapper(JD25),
JD50: Wrapper(JD50),
Expand Down

0 comments on commit 718449b

Please sign in to comment.