We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2515bf5 commit a71cb60Copy full SHA for a71cb60
src/components/organisms/SpeakersSection/index.tsx
@@ -39,7 +39,7 @@ export const SpeakersSection: FC = () => {
39
<Typography variant="h2">Call for Speakers!</Typography>
40
<Box mb={1}>
41
<Typography variant="body2">{t('application_started')}: 2022.12.01 Thu</Typography>
42
- <Typography variant="body2">{t('application_closed')}: 2023.01.31 Sat</Typography>
+ <Typography variant="body2">{t('application_closed')}: 2023.01.31 Tue</Typography>
43
</Box>
44
<Box display="grid" gridTemplateColumns={isTabletOrOver ? '1fr 1fr 1fr' : '1fr'} gap={2}>
45
{isTabletOrOver && (
0 commit comments