Skip to content

Commit 04aa4c3

Browse files
committed
fix: escape apos
1 parent ec912fc commit 04aa4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/home/components/hero/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const Hero = () => {
1010
</h1>
1111
<p className="text-base-regular max-w-[32rem] mb-6 drop-shadow-md shadow-black">
1212
This season, our new summer collection embraces designs to provide
13-
comfort and style - ensuring you're well-prepared for whatever comes
14-
your way.
13+
comfort and style - ensuring you&apos;re well-prepared for whatever
14+
comes your way.
1515
</p>
1616
<UnderlineLink href="/store">Explore products</UnderlineLink>
1717
</div>

0 commit comments

Comments
 (0)