Skip to content

Commit 44deb18

Browse files
committed
wip
1 parent da29047 commit 44deb18

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/components/learn-aggregator/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
103101
interface TeaserSectionListItemProps
104102
extends React.HTMLAttributes<HTMLLIElement> {
105103
number: number

src/pages/learn/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Button } from '@/app/conf/_design-system/button';
33
import { TocHero, TocHeroContents } from '../../components/toc-hero';
44
import { TeaserSection, LearnHeroStripes } from '../../components/learn-aggregator'
55
import { 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'
68
import { 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" />

0 commit comments

Comments
 (0)