Skip to content

Commit

Permalink
fix style-guide error
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Nov 28, 2023
1 parent be3ecda commit bcf8093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs-roadmap/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ import TabItem from '@theme/TabItem';

Note how we import tabs first, then use them as below:

```jsx
```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand All @@ -278,7 +278,7 @@ import TabItem from '@theme/TabItem';
<TabItem value="apple">This is an apple 🍎</TabItem>
<TabItem value="orange">This is an orange 🍊</TabItem>
<TabItem value="banana">This is a banana 🍌</TabItem>
</Tabs>;
</Tabs>
```

```mdx-code-block
Expand Down

0 comments on commit bcf8093

Please sign in to comment.