fix: minor mistake
This commit is contained in:
parent
8f883b3f86
commit
79f14c3020
@ -21,7 +21,7 @@ const About: React.FC = () => {
|
|||||||
|
|
||||||
return <AboutSection>
|
return <AboutSection>
|
||||||
<h1>Hello.</h1>
|
<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">
|
<div id="margin-auto">
|
||||||
<Button
|
<Button
|
||||||
onClick={toggleTheme}
|
onClick={toggleTheme}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user