Skip to content

Commit 5dd50a2

Browse files
committed
feat: add certificate icon
1 parent cb0ab13 commit 5dd50a2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

src/components/ui/Certificate.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import NearIcon from "@/icons/certificates/Near.svg";
77
import IcpIcon from "@/icons/certificates/Icp.svg";
88
import AiIcon from "@/icons/certificates/Ai.svg";
99
import Solidity from "@/icons/certificates/Solidity.svg";
10-
10+
import SuiIcon from "@/icons/certificates/Sui.svg";
1111
/**
1212
* Interface for the coin props
1313
* @date 3/23/2023 - 11:32:31 AM
@@ -37,6 +37,10 @@ const certificates = [
3737
name: "icp",
3838
icon: <IcpIcon />,
3939
},
40+
{
41+
name: "sui",
42+
icon: <SuiIcon />,
43+
},
4044
{
4145
name: "algorand",
4246
icon: <AlgolandIcon />,

src/icons/certificates/Sui.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)