Skip to content

Commit ac7025a

Browse files
refactor: merge with changes from dev
2 parents 6b4de6a + 38faf0c commit ac7025a

File tree

5 files changed

+47
-8
lines changed

5 files changed

+47
-8
lines changed

src/components/ui/Certificate.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ const certificates = [
3838
name: "icp",
3939
icon: <IcpIcon />,
4040
},
41+
{
42+
name: "sui",
43+
icon: <SuiIcon />,
44+
},
4145
{
4246
name: "algorand",
4347
icon: <AlgolandIcon />,
@@ -62,10 +66,6 @@ const certificates = [
6266
name: "ai",
6367
icon: <AiIcon />,
6468
},
65-
{
66-
name: "sui",
67-
icon: <SuiIcon />,
68-
},
6969
];
7070

7171
/**

src/components/ui/Coin.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import NEARIcon from "@/icons/tokens/NEAR.svg";
99
import USDCIcon from "@/icons/tokens/USDC.svg";
1010
import NFTIcon from "@/icons/tokens/NFT.svg";
1111
import ICPcon from "@/icons/tokens/ICP.svg";
12-
import SuiIcon from "@/icons/tokens/Sui.svg";
12+
import SUIIcon from "@/icons/tokens/SUI.svg";
1313

1414
/**
1515
* Interface for the coin props
@@ -112,7 +112,7 @@ const coins = [
112112
},
113113
{
114114
token: "SUI",
115-
icon: <SuiIcon />,
115+
icon: <SUIIcon />,
116116
bgColor: "#4DA2FF",
117117
textColor: "#FFFFFF",
118118
},

src/icons/certificates/Sui.svg

Lines changed: 21 additions & 1 deletion
Loading

src/icons/tokens/SUI.svg

Lines changed: 10 additions & 0 deletions
Loading

src/icons/tokens/Sui.svg

Lines changed: 10 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)