Change logo

This commit is contained in:
Davenludd 2024-03-14 11:08:07 +01:00
parent 60774f6324
commit 7e319e34c9
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import Button from "../Components/Button";
import Logo from "/src/assets/TTIMElogo.png";
import Logo from "/src/assets/Logo.svg";
import "./LoginPage.css";
import { useEffect } from "react";
import { Link } from "react-router-dom";