fix: ESLint-Fehler in About-Komponente behoben (Apostrophe escaped)
Some checks failed
CI/CD Pipeline (Using Gitea Variables & Secrets) / production (push) Failing after 11m12s
Test Gitea Variables and Secrets / test-variables (push) Successful in 4s

This commit is contained in:
2025-11-22 19:25:05 +01:00
parent 976a6360fd
commit a4af934504

View File

@@ -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&apos;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&apos;m a student and software engineer based in Osnabrück, Germany.
My passion for technology started early, and I&apos;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&apos;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&apos;m not coding, I enjoy exploring new technologies, contributing
to open-source projects, and sharing knowledge with the developer community.
</p>
</motion.div>