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 */} -