We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e783b23 commit f900966Copy full SHA for f900966
src/compounds/ItemPage/ItemPage.jsx
@@ -23,7 +23,7 @@ const ItemPage = ({ descriptionStyle, img, titleStyle, ware }) => {
23
/>
24
</Col>
25
<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'/>
+ <Image {...img} addClass='img-fluid' />
27
28
</Row>
29
</main>
0 commit comments