Skip to content

Commit

Permalink
WIP Contact timeline mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
YourivHDenHaag committed Sep 28, 2023
1 parent 370d73d commit 7adb348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ContactTimeline/src/stories/bem.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Template = (args) => {
## Mobile (Work in Progress)

<Canvas>
<Story name="Default" args={exampleArgs}>
<Story name="Mobile (Work in Progress)" args={exampleArgs}>
{Template.bind({})}
</Story>
</Canvas>
2 changes: 1 addition & 1 deletion components/ContactTimeline/src/stories/react.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Template = (args) => {
## Mobile (Work in Progress)

<Canvas>
<Story name="Default" args={exampleArgs}>
<Story name="Mobile (Work in Progress)" args={exampleArgs}>
{Template.bind({})}
</Story>
</Canvas>

0 comments on commit 7adb348

Please sign in to comment.