Skip to content

Commit

Permalink
profile-page
Browse files Browse the repository at this point in the history
  • Loading branch information
IkkiOcean committed Nov 1, 2024
1 parent a172907 commit b27275d
Showing 3 changed files with 478 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/AgroShopAI/components/ShopNavbar.jsx
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ function ShopNavbar() {
</button>
{isDropdownOpen && (
<div ref={dropdownRef} className="absolute right-0 mt-2 w-32 bg-white text-black rounded-lg shadow-lg transition-all duration-200 transform origin-top-right">
<Link to="/profile" className="block px-4 py-2 hover:bg-gray-200 rounded-t-lg ">Your Profile</Link>
<Link to="/agroshop/profile" className="block px-4 py-2 hover:bg-gray-200 rounded-t-lg ">Your Profile</Link>
<Link to="/agroshop/wishlist" className="block px-4 py-2 hover:bg-gray-200">Your Wishlist</Link>
<Link to="/logout" className="block px-4 py-2 hover:bg-gray-200 rounded-b-lg">Logout</Link>
</div>
Loading

0 comments on commit b27275d

Please sign in to comment.