Skip to content

Commit

Permalink
fix(image): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Aug 15, 2023
1 parent 4284140 commit 2a2d307
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ export default {
knobs: {
'dds-image': () => {
const alt = textNullable('Alt text', 'Image alt text');
const defaultSrc = select('Default image (default-src)', images, imgLg2x1);
const defaultSrc = select(
'Default image (default-src)',
images,
imgLg2x1
);
const border = boolean('Border', false);
const copy = textNullable('Copy (copy)', 'Lorem ipsum dolor sit amet');
const heading = textNullable('Heading (heading)', 'This is a caption');
Expand Down

0 comments on commit 2a2d307

Please sign in to comment.