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 7a96521 commit 141fe7eCopy full SHA for 141fe7e
src/compounds/ItemPage/ItemPage.jsx
@@ -9,6 +9,7 @@ import Title from '../../components/Title/Title'
9
const ItemPage = ({ descriptionStyle, img, titleStyle, ware }) => {
10
const { description, id, name, snippet, slug } = ware
11
// sets a default width while still allowing width to be overridden
12
+ img = { width: 400, ...img }
13
14
return (
15
<main className='container py-5'>
0 commit comments