Move logos to public folder

This commit is contained in:
2021-09-12 20:31:23 +01:00
parent 037cf046c0
commit ad23ae9a8b
3 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
import React from 'react';
import { Link } from "react-router-dom";
import BannerLogo from "./images/banner.png";
import SmallLogo from "./images/logo.png";
import "./css/NavBar.css";
import Button from "./Button";
import LinkButton from "./LinkButton";
@@ -11,8 +9,8 @@ export default function Navbar(props) {
return (
<nav>
<Link to="/">
<img className="navbar-logo" id="banner-logo" src={BannerLogo} alt="Parandum Logo" />
<img className="navbar-logo" id="small-logo" src={SmallLogo} alt="Parandum Logo" />
<img className="navbar-logo" id="banner-logo" src={"/banner.png"} alt="Parandum Logo" />
<img className="navbar-logo" id="small-logo" src={"/logo.png"} alt="Parandum Logo" />
</Link>
{ navbarItems ?

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB