Skip to content

Commit 0859b28

Browse files
committed
fix: handle resolve issue
1 parent 60b429e commit 0859b28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/apps-config/src/assets/westendAssetHub.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55

66
import type { Asset } from './types.js';
77

8-
import { nodesWestendColourSVG } from '@polkadot/apps-config/ui/logos/nodes';
9-
108
import { assetsBillCoinSVG, assetsPolkagateSVG } from '../ui/logos/assets/index.js';
9+
import { nodesWestendColourSVG } from '../ui/logos/nodes/generated/westend_colourSVG.js';
1110
import { squareBillSVG, squareWestendTestnetSVG } from '../ui/logos/square/index.js';
1211

1312
export const westendAssetHub: Asset[] = [

0 commit comments

Comments
 (0)