Skip to content

Commit 1432916

Browse files
enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
1 parent 768cc7e commit 1432916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AboutPage/SkillSet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)