Skip to content

Commit

Permalink
Fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladov committed Apr 2, 2022
1 parent 876a9a7 commit 1be48c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/components/products/ProductPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function ProductPage(prop: ProductPageProps): JSX.Element {
<CardMedia
component="img"
image={imgPath}
sx={{ height: 200, width: 100, margin: 3 }}
alt={product.name}
/>
<CardContent>
Expand Down

0 comments on commit 1be48c1

Please sign in to comment.