fix: ESLint-Fehler in About-Komponente behoben (Apostrophe escaped)
This commit is contained in:
@@ -80,7 +80,7 @@ const About = () => {
|
||||
About Me
|
||||
</h2>
|
||||
<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
|
||||
turning ideas into reality.
|
||||
</p>
|
||||
@@ -97,17 +97,17 @@ const About = () => {
|
||||
>
|
||||
<h3 className="text-3xl font-bold text-white mb-4">My Journey</h3>
|
||||
<p className="text-gray-300 leading-relaxed text-lg">
|
||||
I'm a student and software engineer based in Osnabrück, Germany.
|
||||
My passion for technology started early, and I've been building
|
||||
I'm a student and software engineer based in Osnabrück, Germany.
|
||||
My passion for technology started early, and I've been building
|
||||
applications ever since.
|
||||
</p>
|
||||
<p className="text-gray-300 leading-relaxed text-lg">
|
||||
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.
|
||||
</p>
|
||||
<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.
|
||||
</p>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user