Change logo to svg
This commit is contained in:
		
							parent
							
								
									7c51f586ce
								
							
						
					
					
						commit
						8bb4a1c893
					
				
					 4 changed files with 11 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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"
 | 
			
		||||
        />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										9
									
								
								frontend/src/assets/Logo.svg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								frontend/src/assets/Logo.svg
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 348 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 261 KiB  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue