From 97a9a6984b17bbfe07d471cff76b3ba8ab96df03 Mon Sep 17 00:00:00 2001 From: Tobias Keinert Date: Tue, 6 Feb 2024 17:47:37 +0100 Subject: [PATCH] Changed not-found img - changed private link - changed to svg --- src/main/components/Menu.js | 2 +- src/main/components/NotFound.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/components/Menu.js b/src/main/components/Menu.js index 86e274f..747f88d 100644 --- a/src/main/components/Menu.js +++ b/src/main/components/Menu.js @@ -29,7 +29,7 @@ function Menu() { diff --git a/src/main/components/NotFound.js b/src/main/components/NotFound.js index 0d29060..d3fe742 100644 --- a/src/main/components/NotFound.js +++ b/src/main/components/NotFound.js @@ -5,7 +5,7 @@ * https://svg2jsx.com/ */ -import NotFoundImg from '../images/NotFound.jsx'; +import {ReactComponent as NotFoundImg} from '../images/not-found.svg'; import './NotFound.css' function NotFound () {