Skip to content

Commit 7d48ca7

Browse files
authored
Update index.tsx
1 parent 036267a commit 7d48ca7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code/src/pages/Icons/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const URLS = [
2222
website: "https://lordicon.com/",
2323
github: "",
2424
},
25+
{
26+
id: 4,
27+
name: "Iconer",
28+
website: "https://iconer.app/",
29+
github: "",
30+
},
2531
];
2632

2733
const Icons: React.FC = () => {

0 commit comments

Comments
 (0)