We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781b939 commit 7c633bdCopy full SHA for 7c633bd
src/app/config.tsx
@@ -13,7 +13,9 @@ import {
13
SiVisualstudiocode,
14
SiWindows,
15
SiCloudflare,
16
- SiMarkdown
+ SiMarkdown,
17
+ SiHtml5,
18
+ SiCss3,
19
} from 'react-icons/si';
20
import { GrGraphQl } from "react-icons/gr";
21
@@ -99,6 +101,18 @@ export const siteConfig = {
99
101
icon: <SiJavascript className="text-[#FFF]" />,
100
102
name: "JavaScript"
103
},
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
116
],
117
link: "https://onecaptcha.us.kg"
118
0 commit comments