diff --git a/src/components/sections/newsroom/media/index.tsx b/src/components/sections/newsroom/media/index.tsx
index c5769f6..e5d8fee 100644
--- a/src/components/sections/newsroom/media/index.tsx
+++ b/src/components/sections/newsroom/media/index.tsx
@@ -13,13 +13,26 @@ import s from './media.module.scss'
interface Props {
data: {
mediaHeading: string
+ mediaHeadingNumber: string
mediaVideo01Label: string
+ mediaVideo01Thumb: {
+ url: string
+ }
mediaVideo01Link: string
mediaVideo02Label: string
+ mediaVideo02Thumb: {
+ url: string
+ }
mediaVideo02Link: string
mediaVideo03Label: string
+ mediaVideo03Thumb: {
+ url: string
+ }
mediaVideo03Link: string
mediaVideo04Label: string
+ mediaVideo04Thumb: {
+ url: string
+ }
mediaVideo04Link: string
}
}
@@ -73,7 +86,7 @@ const Media = ({ data }: Props) => {