mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	moved all the icons to images and fixed path issues associated with this move
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
| 		<title>Food Journal</title> | ||||
|  | ||||
| 		<!--Add Favicon--> | ||||
| 		<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico"> | ||||
| 		<link rel="icon" type="image/x-icon" href="./assets/images/favicon.ico"> | ||||
|  | ||||
| 		<!-- Recipe Card Custom Element --> | ||||
| 		<script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||
| @@ -22,9 +22,9 @@ | ||||
|   	<body> | ||||
| 		<header> | ||||
| 			<div class="top-bar"> | ||||
| 				<img src ="./assets/images/icons/Logo.png" alt="logo" /> | ||||
| 				<img src ="./assets/images/Logo.png" alt="logo" /> | ||||
| 				<h1> Food Journal </h1> | ||||
| 				<img src ="./assets/images/icons/Logo.png" alt="logo" /> | ||||
| 				<img src ="./assets/images/Logo.png" alt="logo" /> | ||||
| 			</div> | ||||
| 		</header> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user