Skip to content

Commit

Permalink
fix: update tracks content section length
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-rabello committed Oct 24, 2024
1 parent a04de5c commit db528b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/tracks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const TracksPage: NextPage<Props> = ({ branch }) => {
/>
<Box sx={styles.contentContainer}>
<ContentSection id={'start_here_page_onboarding'} length={3} />
<ContentSection id={'start_here_page_modules'} length={11} />
<ContentSection id={'start_here_page_modules'} length={12} />
<ContentSection id={'start_here_page_marketplace'} length={16} />
<ContentSection id={'start_here_page_omnichannel'} length={4} />
<ContentSection id={'start_here_page_vtex_io'} length={2} />
Expand Down

0 comments on commit db528b1

Please sign in to comment.