Skip to content

Commit

Permalink
[DEV-13006] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Jun 19, 2024
1 parent 281a481 commit 5c18ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Callout/Callout.slate.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RightAligned: Story = () => (
{
type: 'callout',
icon: '❌',
align: 'center',
align: 'right',
children: [TEXT],
},
]}
Expand Down

0 comments on commit 5c18ea1

Please sign in to comment.