trying to fix problem with logo

This commit is contained in:
Antoine M 2024-02-22 19:14:38 +01:00
parent e42f7b6113
commit 2ff9cd0759

View File

@ -1,5 +1,5 @@
import React from "react";
import appLogo from "../../assets/img/app_logo.svg";
import appLogo from "../../assets/img/app_logo2.svg";
import appLogoBackground from "../../assets/img/app_logo_background3.png";
import { Link, useNavigate } from "react-router-dom";
export default function Logo() {