Fixed animations
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Productpage(props) {
|
||||
>
|
||||
<div className="center-icon">
|
||||
{props.iconurl &&
|
||||
<Image src={props.iconurl} width={300} height={300} alt={""} />
|
||||
<Image src={props.iconurl} width={300} height={300} alt={props.iconalt} className="products-icon" />
|
||||
}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user