Skip to content

Commit

Permalink
fixing error
Browse files Browse the repository at this point in the history
  • Loading branch information
MutiatBash committed Dec 23, 2023
1 parent 017967d commit faa6a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Navbar = () => {
))}
</ul>
<div className="hidden lg:flex flex-row gap-16 items-center justify-between">
<Link href="/cart">
<Link href="/carts">
<div className="relative">
<span className="text-[#fdfcfd] w-[fit-content] h-fit bg-red-600 py-[0.18rem] px-[0.6rem] bottom-4 font-bold text-sm absolute left-3 rounded-full ">
{cartItems.length}
Expand All @@ -97,7 +97,7 @@ const Navbar = () => {
</div>
</div>
<div className="flex lg:hidden flex-row gap-10 items-center justify-between">
<Link href="/cart">
<Link href="/carts">
<div className="relative">
<span className="text-[#fdfcfd] bg-red-600 py-[0.11rem] w-[fit-content] text-center h-5 px-[0.4rem] bottom-3 font-bold text-xs absolute left-3 rounded-full ">
{cartItems.length}
Expand Down

0 comments on commit faa6a51

Please sign in to comment.