Skip to content

Commit 768cc7e

Browse files
Update SkillSet.tsx (#18)
<!-- hint: follow the conventional commits look at CONTRIBUTING.md make sure this repo would take a PR. --> ## delete me Signed-off-by: Neon <[email protected]>
1 parent 5dd4051 commit 768cc7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/AboutPage/SkillSet.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
visualStudio,
3030
} from "../static/icons_list";
3131
import "./skillset.css";
32-
import { SiKalilinux, SiPostman } from "react-icons/si";
32+
// import { SiKalilinux, SiPostman } from "react-icons/si";
3333
import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js";
3434
export function SkillSet() {
3535
return (
@@ -244,14 +244,14 @@ export function TechStack() {
244244
className={"tech-icons inline-flex mauve"}
245245
style={{ color: "var(--mauve)" }}
246246
>
247-
<SiPostman />
247+
{/* <SiPostman /> */}
248248
</div>
249249
<div
250250
className={"tech-icons inline-flex mauve"}
251251
style={{ color: "var(--mauve)" }}
252252
>
253253
{" "}
254-
<SiKalilinux />
254+
{/* <SiKalilinux /> */}
255255
</div>
256256
{/* <div className={"tech-icons inline-flex mauve"} style={{ color: "var(--mauve)"}}><MIcon path={mdiKaliLinux} size={2} className='w-full m-5' /></div> */}
257257
</div>

0 commit comments

Comments
 (0)