Skip to content

Commit

Permalink
Merge pull request #1462 from vishanurag/Anurag-Branch
Browse files Browse the repository at this point in the history
Fixed the dropdown menu of navbar in home page
  • Loading branch information
arghadipmanna101 authored Jul 30, 2024
2 parents 5abb1db + a8ec793 commit 9d8c6d2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,30 +346,30 @@ <h4>Login</h4>
class="bi bi-chevron-down"></i></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown" style="left: 0;">
<a class="dropdown-item" href="account/home_account.html"><img width="20"
<a class="dropdown-item d-flex gap-2" href="account/home_account.html"><img width="20"
src="img/svg/profile-.svg" alt="flipKart" style="margin-right: 5px;"> My Profile
</a>
<a class="dropdown-item" href="login/login.html"><img width="20" src="img/svg/profile-.svg"
<a class="dropdown-item d-flex gap-2" href="login/login.html"><img width="20" src="img/svg/profile-.svg"
alt="flipKart" style="margin-right: 5px;"> Log into account </a>
<a class="dropdown-item" href="account/login-signup.html"><img width="20"
<a class="dropdown-item d-flex gap-2" href="account/login-signup.html"><img width="20"
src="img/svg/profile-.svg" alt="flipKart" style="margin-right: 5px;"> Sign In</a>
<a class="dropdown-item" href="plus/"><img width="20" src="img/svg/fkplus-+.svg"
<a class="dropdown-item d-flex gap-2" href="plus/"><img width="20" src="img/svg/fkplus-+.svg"
alt="flipKart" style="margin-right: 5px;"> Flipkart Plus Zone</a>
<a class="dropdown-item" href="account/orders.html"><img width="20" src="img/svg/orders.svg"
<a class="dropdown-item d-flex gap-2" href="account/orders.html"><img width="20" src="img/svg/orders.svg"
alt="flipKart" style="margin-right: 5px;"> Orders</a>
<a class="dropdown-item" href="wishlist/"><img width="20" src="img/svg/wishList.svg"
<a class="dropdown-item d-flex gap-2" href="wishlist/"><img width="20" src="img/svg/wishList.svg"
alt="flipKart" style="margin-right: 5px;"> Wishlist</a>
<a class="dropdown-item" href="account/notifications.html"><img width="20"
<a class="dropdown-item d-flex gap-2" href="account/notifications.html"><img width="20"
src="img/svg/notifications.svg" alt="flipKart" style="margin-right: 5px;">
Notifications</a>
<a class="dropdown-item" href="account/rewards.html"><img width="20"
<a class="dropdown-item d-flex gap-2" href="account/rewards.html"><img width="20"
src="img/svg/rewards.svg" alt="flipKart" style="margin-right: 5px;"> Rewards</a>
<a class="dropdown-item" href="the-gift-card-store/"><img width="20"
<a class="dropdown-item d-flex gap-2" href="the-gift-card-store/"><img width="20"
src="img/svg/giftCard.svg" alt="flipKart" style="margin-right: 5px;"> Gift Cards</a>
<a class="dropdown-item" href="account/contact.html"><img width="20"
<a class="dropdown-item d-flex gap-2" href="account/contact.html"><img width="20" height="10"
src="https://pngimg.com/uploads/phone/phone_PNG48988.png" alt="flipKart"
style="margin-right: 5px;"> Contact Us </a>
<a class="dropdown-item" href="account/feedback.html"><i class="bi bi-chat-dots"></i> My
<a class="dropdown-item d-flex gap-2" href="account/feedback.html"><i class="bi bi-chat-dots"></i> My
Feedback </a>
</div>
</li>
Expand Down

0 comments on commit 9d8c6d2

Please sign in to comment.