Skip to content

Commit

Permalink
a11y tip
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed May 17, 2024
1 parent 7b09997 commit d240d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/src/docs/patterns/AmsterdamArticleContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const AmsterdamArticleContent = () => {
<Column gap="medium">
<Paragraph size="large">{exampleParagraph()}</Paragraph>
<Paragraph>{exampleParagraph()}</Paragraph>
<Heading level={3}>{exampleHeading()}</Heading>
<Heading level={2}>{exampleHeading()}</Heading>
<Paragraph>{exampleParagraph()}</Paragraph>
</Column>
</Grid.Cell>
Expand Down

0 comments on commit d240d5a

Please sign in to comment.