diff options
Diffstat (limited to 'src/components/molecules/layout/branding.stories.tsx')
| -rw-r--r-- | src/components/molecules/layout/branding.stories.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/molecules/layout/branding.stories.tsx b/src/components/molecules/layout/branding.stories.tsx index d2e0694..94bb166 100644 --- a/src/components/molecules/layout/branding.stories.tsx +++ b/src/components/molecules/layout/branding.stories.tsx @@ -56,7 +56,6 @@ export default { required: true, }, }, - unoptimized: { table: { disable: true } }, withLink: { control: { type: 'boolean', @@ -85,8 +84,6 @@ export const Default = Template.bind({}); Default.args = { title: 'Website title', photo: 'http://placeimg.com/640/480', - // @ts-ignore - Needed because of the placeholder image. - unoptimized: true, }; /** @@ -97,6 +94,4 @@ WithBaseline.args = { title: 'Website title', baseline: 'Maiores corporis qui', photo: 'http://placeimg.com/640/480', - // @ts-ignore - Needed because of the placeholder image. - unoptimized: true, }; |
