fix: minor mistake

This commit is contained in:
Franek 2025-02-09 17:41:54 +01:00
parent 8f883b3f86
commit 79f14c3020

View File

@ -21,7 +21,7 @@ const About: React.FC = () => {
return <AboutSection>
<h1>Hello.</h1>
<p>My name is Franek. I"m {years} years, {months} months and {days} days old.</p>
<p>My name is Franek. I'm {years} years, {months} months and {days} days old.</p>
<div id="margin-auto">
<Button
onClick={toggleTheme}