From 3d3ff1f3e7a06e08bd675c54efd7bea18416db32 Mon Sep 17 00:00:00 2001 From: maito1201 <49754654+maito1201@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:28:06 +0900 Subject: [PATCH] Merge main into develop (#169) * [fix] Fix date for closing application from Sat to Tue (#65) (#66) * feat: community booth section (#67) * feat: specified commercial transaction (#71) * feat: specified commercial transaction * fix typo * fix: i18n locale * fix: english explanation * feat: add information about CfP result (#165) --------- Co-authored-by: Taiga KIYOKAWA <40013676+taigakiyokawa@users.noreply.github.com> --- .../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 - - )} - - -