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

@@ -190,7 +190,6 @@ class Navbar extends React.Component {
<Image
src={laserteileImg}
alt="Laserteile Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -208,7 +207,6 @@ class Navbar extends React.Component {
<Image
src={stanzteileImg}
alt="Stanzteile Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -226,7 +224,6 @@ class Navbar extends React.Component {
<Image
src={biegeteileImg}
alt="Biegeteile Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -244,7 +241,6 @@ class Navbar extends React.Component {
<Image
src={lasergravurImg}
alt="Lasergravur Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -262,7 +258,6 @@ class Navbar extends React.Component {
<Image
src={blechkonstruktionImg}
alt="Blechkonstruktionen Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -280,7 +275,6 @@ class Navbar extends React.Component {
<Image
src={baugruppenImg}
alt="Baugruppen Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -298,7 +292,6 @@ class Navbar extends React.Component {
<Image
src={fuegeverfahrenImg}
alt="Fügeverfahren Icon"
layout="intrinsic"
width={50}
height={50}
/>
@@ -316,7 +309,6 @@ class Navbar extends React.Component {
<Image
src={entgrattechnikImg}
alt="Entgrattechnik Icon"
layout="intrinsic"
width={50}
height={50}
/>

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>