Skip to content

Commit d3d802a

Browse files
Add scribbled paragraph to low wireframe gallery data
1 parent 7352338 commit d3d802a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pods/galleries/low-wireframe-gallery/low-wireframe-gallery-data/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ export const mockLowWireframeCollection: ItemInfo[] = [
2929
thumbnailSrc: '/low-wireframes/textScribbled.svg',
3030
type: 'textScribbled',
3131
},
32+
{
33+
thumbnailSrc: '/low-wireframes/paragraphScribbled.svg',
34+
type: 'paragraphScribbled',
35+
},
3236
];

0 commit comments

Comments
 (0)