File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
components/learn-aggregator Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function TeaserSection({
3939 return (
4040 < section
4141 className = { clsx (
42- "gql-container gql-section flex items-start gap-8 max-lg:flex-col max-lg:pt-6 lg:gap-12 xl:gap-16" ,
42+ "gql-container gql-section flex items-start gap-8 max-lg:flex-col max-lg:pt-6 lg:gap-12 lg:pb-24 xl:gap-16" ,
4343 className ,
4444 ) }
4545 { ...rest }
@@ -98,8 +98,6 @@ export function TeaserSection({
9898 )
9999}
100100
101- // https://www.figma.com/design/aPUvZDSxJfYDJtPd7GF2sB/GraphQL.org--Working-File?node-id=6368-6983&t=JE1eYbp6gpQRUILY-4
102- // https://www.figma.com/design/aPUvZDSxJfYDJtPd7GF2sB/GraphQL.org--Working-File?node-id=5830-51637&t=JE1eYbp6gpQRUILY-4
103101interface TeaserSectionListItemProps
104102 extends React . HTMLAttributes < HTMLLIElement > {
105103 number : number
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import { Button } from '@/app/conf/_design-system/button';
33import { TocHero , TocHeroContents } from ' ../../components/toc-hero' ;
44import { TeaserSection , LearnHeroStripes } from ' ../../components/learn-aggregator'
55import { pagesBySection } from ' ../../components/learn-aggregator/learn-pages'
6+ import { CommonQuestionsSection } from ' ../../components/learn-aggregator/common-questions'
7+ import { TrainingCoursesSection } from ' ../../components/learn-aggregator/training-courses'
68import { NavbarFixed } from ' ../../components/navbar/navbar-fixed'
79
810<NavbarFixed />
@@ -54,3 +56,7 @@ import { NavbarFixed } from '../../components/navbar/navbar-fixed'
5456 }
5557 items = { pagesBySection [" best-practices" ]}
5658/>
59+
60+ <TrainingCoursesSection id = " tutorials" />
61+
62+ <CommonQuestionsSection id = " faq" />
You can’t perform that action at this time.
0 commit comments