Skip to content

Commit

Permalink
Adding secret animation sessions list
Browse files Browse the repository at this point in the history
  • Loading branch information
briangtn committed Oct 6, 2024
1 parent e12cd1d commit 41afb61
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,18 @@ const HomeContent = () => {
{/* Sessions */}
<Box mt={2}>
<Typography variant="subtitle1">{t("pages.home.animations.sessions")}</Typography>
{t("pages.home.animations.secret.coming-soon")}
<Grid container spacing={2}>
<Grid item xs={12}>
<Box display="flex" justifyContent="space-between">
<Typography variant="body2">{t("pages.schedule.day1")}</Typography>
<Typography variant="body2">10h00</Typography>
</Box>
<Box display="flex" justifyContent="space-between">
<Typography variant="body2"></Typography>
<Typography variant="body2">14h00</Typography>
</Box>
</Grid>
</Grid>
</Box>
</CardContent>
</Card>
Expand Down

0 comments on commit 41afb61

Please sign in to comment.