From f14a5dc2c0523b62273da180aaaa438f3a588346 Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 30 Oct 2025 16:31:46 +0100 Subject: [PATCH] sonarqube fixes regarding unnecessary tabindexes and roles sonarqube fixes --- src/components/sections/AboutSection.tsx | 1 - src/components/sections/CertificationsSection.tsx | 3 +-- src/components/sections/ContactSection.tsx | 2 +- src/components/sections/HeroSection.tsx | 3 +-- src/components/sections/ProjectsSection.tsx | 3 --- src/components/sections/SkillsSection.tsx | 2 -- src/scss/sections/contact-section.scss | 1 - 7 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx index d6b96d7..b4684f5 100644 --- a/src/components/sections/AboutSection.tsx +++ b/src/components/sections/AboutSection.tsx @@ -112,7 +112,6 @@ export default function AboutSection(props: AboutSectionProps = {}) {
{ - return parseInt(b.year) - parseInt(a.year); + return Number.parseInt(b.year) - Number.parseInt(a.year); }); return ( @@ -92,7 +92,6 @@ export default function CertificationsSection(props: CertificationsSectionProps
{/* Contact Info Sidebar */} -