From 3df42d98f8af8dfa24e454a2926df15353b30c5b Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:39:13 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/AboutPage/SkillSet.tsx | 42 ++++++++++++++++++++------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 76372298..7a8747af 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -78,13 +78,19 @@ export function SkillSet() { - - + +
- + - +
@@ -93,10 +99,16 @@ export function SkillSet() { - + - + @@ -104,16 +116,25 @@ export function SkillSet() {
- + - + - + {/* for the sake of css coffeescript is out! */} @@ -136,8 +157,7 @@ export function SkillSet() {
*/} -
- +
); }