Small fixes

This commit is contained in:
Christian Anetzberger
2023-01-30 22:44:15 +01:00
parent 158a3793f7
commit 7ac213d208
11 changed files with 65 additions and 173 deletions

View File

@@ -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>