From 1e1012a98cce656215ad85f13179e31a9004d6d2 Mon Sep 17 00:00:00 2001 From: maito1201 Date: Sun, 19 Feb 2023 16:48:04 +0900 Subject: [PATCH] feat: add information about CfP result --- .../organisms/SpeakersSection/index.tsx | 59 ++----------------- src/components/pages/PageTop/index.tsx | 9 ++- src/i18n/en.json | 2 + src/i18n/ja.json | 2 + 4 files changed, 18 insertions(+), 54 deletions(-) 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 - - )} - - -