File tree Expand file tree Collapse file tree 5 files changed +47
-8
lines changed Expand file tree Collapse file tree 5 files changed +47
-8
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ const certificates = [
38
38
name : "icp" ,
39
39
icon : < IcpIcon /> ,
40
40
} ,
41
+ {
42
+ name : "sui" ,
43
+ icon : < SuiIcon /> ,
44
+ } ,
41
45
{
42
46
name : "algorand" ,
43
47
icon : < AlgolandIcon /> ,
@@ -62,10 +66,6 @@ const certificates = [
62
66
name : "ai" ,
63
67
icon : < AiIcon /> ,
64
68
} ,
65
- {
66
- name : "sui" ,
67
- icon : < SuiIcon /> ,
68
- } ,
69
69
] ;
70
70
71
71
/**
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import NEARIcon from "@/icons/tokens/NEAR.svg";
9
9
import USDCIcon from "@/icons/tokens/USDC.svg" ;
10
10
import NFTIcon from "@/icons/tokens/NFT.svg" ;
11
11
import ICPcon from "@/icons/tokens/ICP.svg" ;
12
- import SuiIcon from "@/icons/tokens/Sui .svg" ;
12
+ import SUIIcon from "@/icons/tokens/SUI .svg" ;
13
13
14
14
/**
15
15
* Interface for the coin props
@@ -112,7 +112,7 @@ const coins = [
112
112
} ,
113
113
{
114
114
token : "SUI" ,
115
- icon : < SuiIcon /> ,
115
+ icon : < SUIIcon /> ,
116
116
bgColor : "#4DA2FF" ,
117
117
textColor : "#FFFFFF" ,
118
118
} ,
You can’t perform that action at this time.
0 commit comments