diff --git a/src/components/organisms/SpeakersSection/index.tsx b/src/components/organisms/SpeakersSection/index.tsx index e2a1b719..a9652ad3 100644 --- a/src/components/organisms/SpeakersSection/index.tsx +++ b/src/components/organisms/SpeakersSection/index.tsx @@ -4,16 +4,6 @@ import { Box, Typography } from '@mui/material' import { Button } from 'src/components/atoms' import { useTranslation } from 'react-i18next' import { Colors, confettiColors } from 'src/styles/color' -import { - GopherConductor, - GopherDrummer, - GopherFlowerBlue, - GopherFlowerPink, - GopherPartyPopper, - GopherPomPom, - GopherTrumpeter -} from 'src/images/gopher' -import Image from 'next/image' import { useSize } from 'src/modules/hooks' import { useReward } from 'react-rewards' @@ -38,50 +28,13 @@ export const SpeakersSection: FC = () => { > Call for Speakers! - {t('application_started')}: 2022.12.01 Thu - {t('application_closed')}: 2023.01.31 Tue + {t('application_result_will_be_noticed')} - - {isTabletOrOver && ( - - gopher conductor - gopher drummer - gopher trumpeter - gopher pom pom - - )} - - -