Skip to content

Commit 273db28

Browse files
committed
Fix Linting
1 parent bb85f18 commit 273db28

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/components/Info.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import React from 'react';
22
import { Carousel } from 'react-responsive-carousel';
33
import 'react-responsive-carousel/lib/styles/carousel.min.css';
44
import { motion } from 'framer-motion';
5-
import {
6-
heroContent,
7-
images,
8-
ImageConfig,
9-
mission,
10-
} from '@/constants/Info.ts';
5+
import { heroContent, images, ImageConfig, mission } from '@/constants/Info.ts';
116
import {
127
fadeIn,
138
simpleFadeIn,
@@ -57,7 +52,9 @@ const Info: React.FC = () => {
5752
className="absolute bottom-0 inset-x-0 bg-gradient-to-t from-black/90
5853
to-transparent p-3 sm:p-4"
5954
>
60-
<p className="text-white font-normal text-sm sm:text-base">{image.caption}</p>
55+
<p className="text-white font-normal text-sm sm:text-base">
56+
{image.caption}
57+
</p>
6158
</div>
6259
)}
6360
</div>

0 commit comments

Comments
 (0)