Skip to content

Commit 0d711ee

Browse files
joshesteinclaude
andcommitted
[refactor] Rename FieldBuildingSection stories to match heading variants
`Default` previously used `headingVariant: 'compact'` while `DefaultHeading` omitted the prop (giving the actual `'default'` variant). Swap so `Default` maps to the default heading variant and `Compact` documents the compact one. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent abfc444 commit 0d711ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/src/components/lander/components/FieldBuildingSection.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ export const Default: Story = {
6060
args: {
6161
title: 'Help build the field',
6262
intro: 'We also hire Adjunct Experts and Facilitators (~5h/week) and Fellow-Researchers (20-30h/week) to teach.',
63-
headingVariant: 'compact',
6463
roles: sampleRoles,
6564
},
6665
};
6766

68-
export const DefaultHeading: Story = {
67+
export const Compact: Story = {
6968
args: {
7069
title: 'Help build the field',
7170
intro: 'We also hire Adjunct Experts and Facilitators (~5h/week) and Fellow-Researchers (20-30h/week) to teach.',
71+
headingVariant: 'compact',
7272
roles: sampleRoles,
7373
},
7474
};

0 commit comments

Comments
 (0)