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

@ -15,7 +15,7 @@ function Header({ username }: { username: string }): JSX.Element {
>
<Link to="/your-projects">
<img
src="/src/assets/TTIMElogo.png"
src="/src/assets/Logo.svg"
alt="TTIME Logo"
className="w-11 h-14 cursor-pointer"
/>