We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ab13 commit 5dd50a2Copy full SHA for 5dd50a2
src/components/ui/Certificate.tsx
@@ -7,7 +7,7 @@ import NearIcon from "@/icons/certificates/Near.svg";
7
import IcpIcon from "@/icons/certificates/Icp.svg";
8
import AiIcon from "@/icons/certificates/Ai.svg";
9
import Solidity from "@/icons/certificates/Solidity.svg";
10
-
+import SuiIcon from "@/icons/certificates/Sui.svg";
11
/**
12
* Interface for the coin props
13
* @date 3/23/2023 - 11:32:31 AM
@@ -37,6 +37,10 @@ const certificates = [
37
name: "icp",
38
icon: <IcpIcon />,
39
},
40
+ {
41
+ name: "sui",
42
+ icon: <SuiIcon />,
43
+ },
44
{
45
name: "algorand",
46
icon: <AlgolandIcon />,
src/icons/certificates/Sui.svg
0 commit comments