Skip to content

Commit 8161c9f

Browse files
committed
chore: es lint error fix
1 parent 92ada0f commit 8161c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/home/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const Hero = () => {
5151
className="flex flex-col justify-center items-center mt-6 gap-8 md:gap-6 max-w-3xl"
5252
>
5353
<div className="flex flex-col justify-center items-center text-center md:text-start md:justify-start md:items-start">
54-
<span>Hi, I'm</span>
54+
<span>Hi, I&apos;m</span>
5555
<h1 className="font-display tracking-normal text-5xl font-medium text-gray-50">
5656
Sohel Sayyed
5757
</h1>
@@ -92,7 +92,7 @@ export default Hero;
9292
const SkillsSlider = () => {
9393
return (
9494
<div className="flex gap-2 justify-center items-baseline">
95-
<div>I'm</div>
95+
<div>I&apos;m</div>
9696
<div className="slider">
9797
<div className="slides text-gray-300">
9898
<div>

0 commit comments

Comments
 (0)