Skip to content

Commit

Permalink
chore(trading): rename logos to trading
Browse files Browse the repository at this point in the history
  • Loading branch information
adderpositive authored and tomasklim committed Jan 29, 2025
1 parent 574824a commit 9fd0808
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/components/src/components/Image/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export const SVG_IMAGES = {
CONNECT_DEVICE: 'connect-device.svg',
ERROR_404: 'error-404.svg',
INVITY_LOGO: 'invity-logo.svg',
TRADING_AVATAR: 'coinmarket-avatar.svg',
TRADING_SUCCESS: 'coinmarket-success.svg',
TRADING_WAITING: 'coinmarket-waiting.svg',
TRADING_AVATAR: 'trading-avatar.svg',
TRADING_SUCCESS: 'trading-success.svg',
TRADING_WAITING: 'trading-waiting.svg',
WARNING: 'warning.svg',
USER_FOCUS: 'user-focus.svg',
HOURGLASS: 'hourglass.svg',
Expand Down Expand Up @@ -56,10 +56,10 @@ export const PNG_IMAGES = {
CLOCK_2x: 'clock@2x.png',
COINS: 'coins.png',
COINS_2x: 'coins@2x.png',
TRADING_DCA_INVITY_APP_QR: 'coinmarket-dca-invity-app-qr.png',
TRADING_DCA_INVITY_APP_QR_2x: 'coinmarket-dca-invity-app-qr@2x.png',
TRADING_INVITY_ICON: 'coinmarket-invity-icon.png',
TRADING_INVITY_ICON_2x: 'coinmarket-invity-icon@2x.png',
TRADING_DCA_INVITY_APP_QR: 'trading-dca-invity-app-qr.png',
TRADING_DCA_INVITY_APP_QR_2x: 'trading-dca-invity-app-qr@2x.png',
TRADING_INVITY_ICON: 'trading-invity-icon.png',
TRADING_INVITY_ICON_2x: 'trading-invity-icon@2x.png',
ERROR: 'error.png',
ERROR_2x: 'error@2x.png',
EXTRA_INFO: 'extra-info.png',
Expand Down

0 comments on commit 9fd0808

Please sign in to comment.