fix: ESLint-Fehler in About-Komponente behoben (Apostrophe escaped)
This commit is contained in:
@@ -80,7 +80,7 @@ const About = () => {
|
|||||||
About Me
|
About Me
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-xl text-gray-400 max-w-3xl mx-auto leading-relaxed">
|
<p className="text-xl text-gray-400 max-w-3xl mx-auto leading-relaxed">
|
||||||
I'm a passionate software engineer with a love for creating beautiful,
|
I'm a passionate software engineer with a love for creating beautiful,
|
||||||
functional applications. I enjoy working with modern technologies and
|
functional applications. I enjoy working with modern technologies and
|
||||||
turning ideas into reality.
|
turning ideas into reality.
|
||||||
</p>
|
</p>
|
||||||
@@ -97,17 +97,17 @@ const About = () => {
|
|||||||
>
|
>
|
||||||
<h3 className="text-3xl font-bold text-white mb-4">My Journey</h3>
|
<h3 className="text-3xl font-bold text-white mb-4">My Journey</h3>
|
||||||
<p className="text-gray-300 leading-relaxed text-lg">
|
<p className="text-gray-300 leading-relaxed text-lg">
|
||||||
I'm a student and software engineer based in Osnabrück, Germany.
|
I'm a student and software engineer based in Osnabrück, Germany.
|
||||||
My passion for technology started early, and I've been building
|
My passion for technology started early, and I've been building
|
||||||
applications ever since.
|
applications ever since.
|
||||||
</p>
|
</p>
|
||||||
<p className="text-gray-300 leading-relaxed text-lg">
|
<p className="text-gray-300 leading-relaxed text-lg">
|
||||||
I specialize in full-stack development, with a focus on creating
|
I specialize in full-stack development, with a focus on creating
|
||||||
modern, performant web applications. I'm always learning new
|
modern, performant web applications. I'm always learning new
|
||||||
technologies and improving my skills.
|
technologies and improving my skills.
|
||||||
</p>
|
</p>
|
||||||
<p className="text-gray-300 leading-relaxed text-lg">
|
<p className="text-gray-300 leading-relaxed text-lg">
|
||||||
When I'm not coding, I enjoy exploring new technologies, contributing
|
When I'm not coding, I enjoy exploring new technologies, contributing
|
||||||
to open-source projects, and sharing knowledge with the developer community.
|
to open-source projects, and sharing knowledge with the developer community.
|
||||||
</p>
|
</p>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Reference in New Issue
Block a user