diff --git a/src/components/Carousel/index.tsx b/src/components/Carousel/index.tsx
index 9ae046b2..86fa4fd8 100644
--- a/src/components/Carousel/index.tsx
+++ b/src/components/Carousel/index.tsx
@@ -7,10 +7,11 @@ import Slider from 'react-slick';
import 'slick-carousel/slick/slick.css';
import 'slick-carousel/slick/slick-theme.css';
-interface WhalebeData {
+export interface WhalebeData {
title: string;
- date: string;
- imgUrl: string;
+ operating_period: string;
+ recruitment_period: string;
+ imgurl: string;
link: string;
}
@@ -47,10 +48,11 @@ const Carousel = () => {
onClick={() => window.open(data.link, '_blank')}
>
+