Fixed animations

This commit is contained in:
Christian Anetzberger
2023-01-30 18:36:24 +01:00
parent 63bab028f7
commit d1b2652aaf
7 changed files with 44 additions and 26 deletions

View File

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