Skip to content

Commit

Permalink
enhanced cart
Browse files Browse the repository at this point in the history
  • Loading branch information
sankaraxi committed Oct 19, 2024
1 parent 86b5a18 commit 3f23553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function Navbar() {
const [show, setShow] = useState(false);
const handleLogIn = async () => {
console.log("working");

};
const handleLogOut = async () => {
console.log("working");
Expand Down Expand Up @@ -249,7 +250,7 @@ function Navbar() {
>
<IoCartOutline className="text-dark_theme size-8 mr-1" />
<div className="absolute bottom-4 left-4 border border-main_theme rounded-full cursor-pointer z-50 bg-main_theme/90 text-light_theme">
<span className="px-2 py-2 text-xs font-medium">7</span>
<span className="px-2 py-2 text-xs font-medium">0</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 3f23553

Please sign in to comment.