From dbd634c3f335a7beb28776b88b272077c020af9f Mon Sep 17 00:00:00 2001 From: Franek Date: Sun, 9 Feb 2025 19:05:47 +0100 Subject: [PATCH] fix: minor typo in about section --- src/sections/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/about.tsx b/src/sections/about.tsx index 957967a..5e4f38a 100644 --- a/src/sections/about.tsx +++ b/src/sections/about.tsx @@ -34,7 +34,7 @@ const About: React.FC = () => { {asCardStack([ "introvert", "IT enthusiast", - "automotive enthustiast" + "automotive enthusiast" ])}

I can...