Skip to content

Commit 5c18ea1

Browse files
committed
[DEV-13006] Fix typo
1 parent 281a481 commit 5c18ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Callout/Callout.slate.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const RightAligned: Story = () => (
4242
{
4343
type: 'callout',
4444
icon: '❌',
45-
align: 'center',
45+
align: 'right',
4646
children: [TEXT],
4747
},
4848
]}

0 commit comments

Comments
 (0)