Change logo to svg

This commit is contained in:
Davenludd 2024-03-13 16:07:52 +01:00
parent 7c51f586ce
commit 8bb4a1c893
4 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";