Skip to content

Commit 8e5e550

Browse files
committed
fix: prettier check fix
1 parent 894b753 commit 8e5e550

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/components/Info.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ const Info: React.FC = () => {
7474
src={images.main.src}
7575
alt={images.main.alt}
7676
className="w-full h-[500px] md:h-[700px] object-cover"
77-
width={1920}
78-
height={700}
79-
loading="eager"
80-
fetchPriority="high"
77+
width={1920}
78+
height={700}
79+
loading="eager"
80+
fetchPriority="high"
8181
/>
8282
<div
8383
className="absolute inset-0 bg-gradient-to-r from-black/70
@@ -200,9 +200,9 @@ const Info: React.FC = () => {
200200
className="w-full rounded-2xl transform hover:scale-105
201201
transition-all duration-500 ease-out"
202202
loading="lazy"
203-
width={800}
204-
height={600}
205-
decoding="async"
203+
width={800}
204+
height={600}
205+
decoding="async"
206206
/>
207207

208208
{/* Card on Bottom Right */}

src/components/TryCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ActivityCard: React.FC<ActivityCardProps> = ({
2828
}) => (
2929
<div className="bg-white rounded-3xl p-8 flex flex-col items-center text-center shadow-lg transition-transform hover:scale-105">
3030
<img
31-
src={icon}
31+
src={icon}
3232
alt={title}
3333
className="w-24 h-24 mb-4"
3434
width={96}

0 commit comments

Comments
 (0)