Skip to content

Commit

Permalink
Merge pull request #1266 from jayanththalla/food
Browse files Browse the repository at this point in the history
logo is added
  • Loading branch information
sunny0625 authored Jul 8, 2024
2 parents b71031d + 02e7bbe commit bfbf748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<!-- Adding favicon image -->
<link rel="shortcut icon" href="Images/favicon/Foodie_Favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="https://pnghq.com/wp-content/uploads/foodie-logo-png-clear-background-768x275.png" type="image/x-icon">
<link
href="https://fonts.googleapis.com/css2?family=Fuggles&family=Mooli&family=Oswald:wght@600&family=Roboto:wght@100;300&display=swap"
rel="stylesheet">
Expand Down Expand Up @@ -48,7 +48,7 @@
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a href="index.html" class="navbar-brand opacity-75 flex-fill">
<img src="Images/logo/Foodielogo.png" height="40">
<img src="https://pnghq.com/wp-content/uploads/foodie-logo-png-clear-background-768x275.png" height="40">
</a>
<button class="navbar-toggler order-1" type="button" data-bs-toggle="collapse"
data-bs-target=".hamburgeritems" aria-controls="navbarNav" aria-expanded="false"
Expand Down

0 comments on commit bfbf748

Please sign in to comment.