File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,7 @@ import React from 'react';
22import { Carousel } from 'react-responsive-carousel' ;
33import 'react-responsive-carousel/lib/styles/carousel.min.css' ;
44import { 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' ;
116import {
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 >
You can’t perform that action at this time.
0 commit comments