Skip to content

Commit 7c633bd

Browse files
authored
Update config.tsx
1 parent 781b939 commit 7c633bd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/app/config.tsx

+15-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import {
1313
SiVisualstudiocode,
1414
SiWindows,
1515
SiCloudflare,
16-
SiMarkdown
16+
SiMarkdown,
17+
SiHtml5,
18+
SiCss3,
1719
} from 'react-icons/si';
1820
import { GrGraphQl } from "react-icons/gr";
1921

@@ -99,6 +101,18 @@ export const siteConfig = {
99101
icon: <SiJavascript className="text-[#FFF]" />,
100102
name: "JavaScript"
101103
},
104+
{
105+
icon: <SiHtml5 className="text-[#E34F26]" />,
106+
name: "HTML"
107+
},
108+
{
109+
icon: <SiCss3 className="text-[#1572B6]" />,
110+
name: "CSS"
111+
},
112+
{
113+
icon: <SiVercel className="text-[#fff]" />,
114+
name: "Vercel"
115+
},
102116
],
103117
link: "https://onecaptcha.us.kg"
104118
},

0 commit comments

Comments
 (0)