moved all the icons to images and fixed path issues associated with this move

This commit is contained in:
rheabhutada02
2022-11-21 16:12:17 -08:00
parent 4073d2cc4b
commit 5f1a246e6a
18 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,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>
@@ -24,9 +24,9 @@
<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>