Skip to content

Commit f900966

Browse files
Update src/compounds/ItemPage/ItemPage.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent e783b23 commit f900966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemPage/ItemPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ItemPage = ({ descriptionStyle, img, titleStyle, ware }) => {
2323
/>
2424
</Col>
2525
<Col xs={12} md={6} className='mt-4 mt-md-0 me-md-auto d-flex justify-content-start justify-content-md-end'>
26-
<Image {...img} addClass='img-fluid'/>
26+
<Image {...img} addClass='img-fluid' />
2727
</Col>
2828
</Row>
2929
</main>

0 commit comments

Comments
 (0)