Minor change LoginPage
This commit is contained in:
parent
8bb4a1c893
commit
029fdd85b9
3 changed files with 2 additions and 11 deletions
|
@ -15,7 +15,7 @@ function Header({ username }: { username: string }): JSX.Element {
|
|||
>
|
||||
<Link to="/your-projects">
|
||||
<img
|
||||
src="/src/assets/Logo.svg"
|
||||
src="/src/assets/TTIMElogo.png"
|
||||
alt="TTIME Logo"
|
||||
className="w-11 h-14 cursor-pointer"
|
||||
/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import Button from "../Components/Button";
|
||||
import Logo from "/src/assets/Logo.svg";
|
||||
import Logo from "/src/assets/TTIMElogo.png";
|
||||
import "./LoginPage.css";
|
||||
import { useEffect } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 348 KiB |
Loading…
Reference in a new issue