Skip to content

Commit

Permalink
Match story title with extension name (remirror#1062)
Browse files Browse the repository at this point in the history
The story were called "iFrame" whereas the extension is called "Embed".
  • Loading branch information
ronnyroeller authored Aug 16, 2021
1 parent 2099532 commit 3dac875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { IframeExtension } from 'remirror/extensions';
import { htmlToProsemirrorNode } from '@remirror/core';
import { Remirror, ThemeProvider, useCommands, useRemirror } from '@remirror/react';

export default { title: 'Extensions / Iframe' };
export default { title: 'Extensions / Embed' };

export const Basic: React.FC = () => {
const { manager, state, onChange } = useRemirror({
Expand Down

0 comments on commit 3dac875

Please sign in to comment.