Skip to content

Commit

Permalink
added basket component to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryankpoor committed Jun 18, 2024
1 parent 2ee2900 commit df203af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion delivery-app/src/components/navbar/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const navbar = () => {
<div className="navbar-right">
<img src="/assets/search_icon.png" alt ="" />
<div className="navbar-search-icon">
<img src="/assets/basket_icon.png" alt="basket icon"></img>
<img src="basket_icon.png" alt="basket icon"></img>
<div className="dot"></div>
</div>
</div>
Expand Down

0 comments on commit df203af

Please sign in to comment.