Merge pull request #14892 from Jason-Lough-Cap-Rx/patch-1

Update page-story-slots.js.mdx
This commit is contained in:
jonniebigodes 2021-05-12 15:17:36 +01:00 committed by GitHub
commit 7472450a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ export default {
const Template = (args, { argTypes }) => (
<Page {...args}>
<footer>{args.footer}</footer
<footer>{args.footer}</footer>
</Page>
);
@ -19,4 +19,4 @@ export const CustomFooter = Template.bind({});
CustomFooter.args = {
footer: 'Built with Storybook',
};
```
```