From 79f14c3020e1c62ea2eb096460854998089f00d8 Mon Sep 17 00:00:00 2001 From: Franek Date: Sun, 9 Feb 2025 17:41:54 +0100 Subject: [PATCH] fix: minor mistake --- 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 54a99b3..957967a 100644 --- a/src/sections/about.tsx +++ b/src/sections/about.tsx @@ -21,7 +21,7 @@ const About: React.FC = () => { return

Hello.

-

My name is Franek. I"m {years} years, {months} months and {days} days old.

+

My name is Franek. I'm {years} years, {months} months and {days} days old.