Skip to content

Commit a71cb60

Browse files
[fix] Fix date for closing application from Sat to Tue (#65)
1 parent 2515bf5 commit a71cb60

File tree

1 file changed

+1
-1
lines changed
  • src/components/organisms/SpeakersSection

1 file changed

+1
-1
lines changed

src/components/organisms/SpeakersSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const SpeakersSection: FC = () => {
3939
<Typography variant="h2">Call for Speakers!</Typography>
4040
<Box mb={1}>
4141
<Typography variant="body2">{t('application_started')}: 2022.12.01 Thu</Typography>
42-
<Typography variant="body2">{t('application_closed')}: 2023.01.31 Sat</Typography>
42+
<Typography variant="body2">{t('application_closed')}: 2023.01.31 Tue</Typography>
4343
</Box>
4444
<Box display="grid" gridTemplateColumns={isTabletOrOver ? '1fr 1fr 1fr' : '1fr'} gap={2}>
4545
{isTabletOrOver && (

0 commit comments

Comments
 (0)