Skip to content

Commit

Permalink
Merge pull request #866 from aswini-14/add-navbar-logo
Browse files Browse the repository at this point in the history
Add logo to navbar
  • Loading branch information
sunny0625 authored Jun 3, 2024
2 parents 7990bf3 + 0872aea commit d165547
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added Images/Foodielogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<nav>
<div class="navigbar">
<div class="logo">
<a href="index.html"><img src="Images/sitelogo.png" height="40" class="transparent-image"></a>
<a href="index.html"><img src="Images/Foodielogo.png" height="40" class="transparent-image"></a>
</div>
<button class="navbar-toggler" id="menu-toggle" aria-label="Toggle navigation">
<span class="bar"></span>
Expand Down

0 comments on commit d165547

Please sign in to comment.