Fixed Routes

This commit is contained in:
Christian Anetzberger
2022-03-15 10:58:31 +01:00
parent 8dc95b3050
commit 22736073da
5 changed files with 22 additions and 12 deletions

View File

@@ -290,7 +290,7 @@ class Navbar extends React.Component {
<div className="nav-subitem">
<Link
href={"/fertigungsverfahren/fuegeverfahren"}
href={"/fertigungsverfahren/fügeverfahren"}
className="nav-link"
>
<a>

View File

@@ -1,5 +1,6 @@
import React from "react";
import { ReactSVG } from "react-svg";
import Image from "next/image";
export default function Productpage(props) {
return (
@@ -12,8 +13,8 @@ export default function Productpage(props) {
} ${props.smallbg ? "col-lg-5" : "col-lg-6"}`}
style={{ backgroundImage: `url(${props.bgurl})` }}
>
<div className="icon-size align-items-center">
<ReactSVG src={props.iconurl} />
<div className="center-icon">
<Image src={props.iconurl} width={300} height={300} />
</div>
</div>
<div