Small fixes

This commit is contained in:
Christian Anetzberger
2023-01-30 21:05:21 +01:00
parent 43dc862db7
commit de1b51b331
11 changed files with 27 additions and 63 deletions

View File

@@ -1,4 +1,3 @@
import Head from "next/head";
import Link from "next/link";
export default function Footer(props) {

View File

@@ -153,6 +153,7 @@ class Navbar extends React.Component {
onClick={this.toggle}
className="navbar-toggler"
type="button"
aria-label="open menu"
>
<div
className={

View File

@@ -1,5 +1,4 @@
import React from "react";
import { ReactSVG } from "react-svg";
import Image from "next/image";
export default function Productpage(props) {
@@ -14,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" />
<Image src={props.iconurl} width={300} height={300} alt={props.iconalt} className="products-icon" priority/>
}
</div>