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

Commit

Permalink
chore: refactor images duplicate (#5742)
Browse files Browse the repository at this point in the history
* chore: remove images duplicate

* chore: sync package json with master

* chore: sync package lock json with master
  • Loading branch information
jia-deriv authored Oct 16, 2023
1 parent 72b11c7 commit dccfe00
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 21 deletions.
2 changes: 0 additions & 2 deletions src/components/elements/symbols-shortcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ import OTC_N225 from 'images/svg/symbols/markets-stocks-and-indices/asian-indice
import OTC_NDX from 'images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg'
import OTC_DJI from 'images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg'
import OTC_SPC from 'images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg'
import OTC_AS51 from 'images/svg/symbols/markets-stocks-and-indices/asian-indices/aus-200.svg'
//derived
import R_10 from 'images/svg/symbols/index10-new.svg'
import R_25 from 'images/svg/symbols/index25-new.svg'
Expand Down Expand Up @@ -268,7 +267,6 @@ export {
OTC_NDX,
OTC_DJI,
OTC_SPC,
OTC_AS51,
R_10,
R_25,
R_50,
Expand Down
2 changes: 0 additions & 2 deletions src/components/elements/symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ import SOLANA from 'images/svg/symbols/solana.svg'
import STOCKSUS500 from 'images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg'
import STOCKSUSTECH100 from 'images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg'
import STOCKSWALLSTREET30 from 'images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg'
import STOCKSAUS200 from 'images/svg/symbols/markets-stocks-and-indices/asian-indices/aus-200.svg'
import STOCKSHONGKONG50 from 'images/svg/symbols/markets-stocks-and-indices/asian-indices/hongkong-50.svg'
import STOCKSJAPAN225 from 'images/svg/symbols/markets-stocks-and-indices/asian-indices/japan-225.svg'
import STOCKSEUROPE50 from 'images/svg/symbols/markets-stocks-and-indices/european-indices/europe-50.svg'
Expand Down Expand Up @@ -619,7 +618,6 @@ export {
STOCKSUS500,
STOCKSUSTECH100,
STOCKSWALLSTREET30,
STOCKSAUS200,
STOCKSADVANCEDMICRODEVICES,
STOCKSJAPAN225,
STOCKSEUROPE50,
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/images/svg/symbols/asian-indices/aus-200.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/svg/symbols/asian-indices/hongkong-50.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/svg/symbols/asian-indices/japan-225.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/svg/symbols/european-indices/europe-50.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/svg/symbols/european-indices/france-40.svg

This file was deleted.

Loading

1 comment on commit dccfe00

@vercel
Copy link

@vercel vercel bot commented on dccfe00 Oct 16, 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.