Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontends/main/src/app-pages/HomePage/VideoShortsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ const VideoShortsSection = () => {
) : null}
<Header>
<Typography component="h2" typography={{ xs: "h3", sm: "h2" }}>
Video Shorts
MIT Learning Moments
</Typography>
<Typography variant="body1">
Start your learning journey with our short-form educational videos
Learn something new in less than 60 seconds.
</Typography>
</Header>
<StyledCarouselV2>
Expand Down
Loading