Skip to content

Commit 47cecc4

Browse files
committed
fmt
1 parent 1267354 commit 47cecc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Tabs.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this mode the \`Tab\` component is in charge for swapping the panel content.
1717
<Tabs
1818
tabs={[
1919
{ "label": "Tab 1", "iconId": "fr-icon-add-line", "content": <p>Content of tab1</p> },
20-
{ "label": "Tab 2", "iconId": "fr-icon-ball-pen-fill", "content": <p>Content of tab2</p> },
20+
{ "label": "Tab 2", "iconId": "fr-icon-ball-pen-fill", "content": <p>Content of tab2</p> },
2121
{ "label": "Tab 3", "content": <p>Content of tab3</p> }
2222
]}
2323
/>

0 commit comments

Comments
 (0)