Skip to content

Commit 63d3dd9

Browse files
[bugfix] Update notes spacing in callcomposite and callwithchat storybook pages (#5883)
* Update notes spacing * linter is not always right
1 parent d582de1 commit 63d3dd9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

  • packages/storybook8/stories/Composites

packages/storybook8/stories/Composites/CallComposite/Docs.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ mobile device.
117117
```
118118

119119
<Note>
120-
{' '}
121-
Note: Only Portrait mode is supported when the `formFactor` is set to "mobile". Landscape mode is not supported.{' '}
120+
Note: Only Portrait mode is supported when the `formFactor` is set to "mobile". Landscape mode is not supported.
122121
</Note>
123122

124123
You can try out the form factor property in the [CallComposite Basic Example](./?path=/story/composites-callcomposite--basic-example).

packages/storybook8/stories/Composites/CallWithChatComposite/Docs.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ to be optimized for a mobile device.
5151
<Image src="images/call-with-chat-composite-mobile-hero.png" alt="Call with chat composite mobile preview image" />
5252
</Stack>
5353
<Note>
54-
{' '}
55-
Note: Only Portrait mode is supported when the `formFactor` is set to "mobile". Landscape mode is not supported.{' '}
54+
Note: Only Portrait mode is supported when the `formFactor` is set to "mobile". Landscape mode is not supported.
5655
</Note>
5756
You can try out the form factor property in the [CallWithChatComposite Basic
5857
Example](./?path=/story/composites-call-with-chat-basicexample-basic-example--basic-example).

0 commit comments

Comments
 (0)