From e4aa5613b19c1e7069bb9cc91e8f4a3c3dc02e00 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sat, 9 Nov 2024 10:39:07 -0500 Subject: [PATCH] fix: react errors --- src/components/AboutPage/SkillSet.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/AboutPage/SkillSet.tsx b/src/components/AboutPage/SkillSet.tsx index 0e75ce42..76372298 100644 --- a/src/components/AboutPage/SkillSet.tsx +++ b/src/components/AboutPage/SkillSet.tsx @@ -78,8 +78,8 @@ export function SkillSet() { + -
@@ -136,7 +136,8 @@ export function SkillSet() {
*/} -
+ + ); }