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