Skip to content

Commit

Permalink
try to fix code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuchet committed Oct 31, 2024
1 parent f86575e commit 633260b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/design-system/DOCTEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

Use the following template when creating a new `ComponentName.stories.mdx` page.

```markdown
```
import { Meta, Story } from '@storybook/addon-docs';
import { FigmaImage, FigmaLink, Use } from '~docs';
<Meta
title="Design System/Components/Title"
parameters={{
status: { figma: 'wip', storybook: 'wip', react: 'wip', i18n: 'na' /\}/,
figmaLink: 'https://www.figma.com/file/????',
/\}\}/
status: { figma: 'wip', storybook: 'wip', react: 'wip', i18n: 'na' },
figmaLink: 'https://www.figma.com/file/????',
}}
/>
# Title
Expand Down

0 comments on commit 633260b

Please sign in to comment.