diff --git a/apps/www/components/LaunchWeek/7/LaunchSection/index.tsx b/apps/www/components/LaunchWeek/7/LaunchSection/index.tsx index 5328c49050c..96dd8cf9b1f 100644 --- a/apps/www/components/LaunchWeek/7/LaunchSection/index.tsx +++ b/apps/www/components/LaunchWeek/7/LaunchSection/index.tsx @@ -1,7 +1,7 @@ +import { PlayIcon, TruckIcon, XIcon } from '@heroicons/react/outline' import Image from 'next/image' import { useState } from 'react' -import { PlayIcon, TruckIcon, XIcon } from '@heroicons/react/outline' -import { Badge, Modal } from 'ui' +import { Badge, Dialog, DialogContent, DialogHeader, DialogSection, DialogTitle } from 'ui' import { Article, Product, WeekDayProps } from '../../types' import _days from './../days.json' @@ -109,33 +109,32 @@ export const LaunchSection = (props: WeekDayProps) => { - setVideoVisible(false)} - hideFooter - header={ - - {props.title} - setVideoVisible(false)} - /> - - } - > - - - - - - + setVideoVisible(open)}> + + + + + {props.title} + setVideoVisible(false)} + /> + + + + + + + + + + > )}