File tree 3 files changed +16
-2
lines changed
wormhole-connect/src/icons
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,18 @@ const iconMap: { [key in Icon]: React.JSX.Element } = {
88
88
[ Icon . NTT ] : NTT ( ) ,
89
89
[ Icon . SCROLL ] : SCROLL ( ) ,
90
90
[ Icon . BLAST ] : BLAST ( ) ,
91
- [ Icon . XLAYER ] : < img src = { chainToIcon ( 'Xlayer' ) } /> ,
92
- [ Icon . MANTLE ] : < img src = { chainToIcon ( 'Mantle' ) } /> ,
91
+ [ Icon . XLAYER ] : (
92
+ < img
93
+ style = { { maxHeight : '100%' , maxWidth : '100%' } }
94
+ src = { chainToIcon ( 'Xlayer' ) }
95
+ />
96
+ ) ,
97
+ [ Icon . MANTLE ] : (
98
+ < img
99
+ style = { { maxHeight : '100%' , maxWidth : '100%' } }
100
+ src = { chainToIcon ( 'Mantle' ) }
101
+ />
102
+ ) ,
93
103
} ;
94
104
95
105
function isBuiltinIcon ( icon ?: Icon | string ) : icon is Icon {
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ function ARBITRUM() {
4
4
return (
5
5
< svg
6
6
style = { { maxHeight : '100%' , maxWidth : '100%' } }
7
+ width = "470.29"
8
+ height = "514.25"
7
9
viewBox = "0 0 470.29 514.25"
8
10
fill = "none"
9
11
xmlns = "http://www.w3.org/2000/svg"
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ function ETH() {
5
5
< svg
6
6
xmlns = "http://www.w3.org/2000/svg"
7
7
version = "1.1"
8
+ height = "182"
9
+ width = "182"
8
10
viewBox = "0 0 182 182"
9
11
style = { { maxHeight : '100%' , maxWidth : '100%' } }
10
12
>
You can’t perform that action at this time.
0 commit comments