Skip to content

Commit

Permalink
mini cart issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kathir-arizon committed Dec 20, 2024
1 parent f4c8c9b commit f449c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions core/components/ui/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,9 @@ const Header = ({
<ViewedItemsPopover />
</div>
</nav>
<MiniCart count={0} />
{/* <nav className="header-cart-icon pl-10px nmd:p-0">
{ <nav className="header-cart-icon pl-10px nmd:p-0">
<button onClick={handleCartClick}>{cart}</button>
</nav> */}
</nav> }
<div className="flex flex-col flex-wrap items-center gap-0 pl-[5px]">
<div className="text">
<ScrollToTop />
Expand Down
1 change: 0 additions & 1 deletion core/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default async (): Promise<NextConfig> => {
reactStrictMode: true,
experimental: {
optimizePackageImports: ['@icons-pack/react-simple-icons'],
ppr: true,
},
typescript: {
ignoreBuildErrors: !!process.env.CI,
Expand Down

0 comments on commit f449c39

Please sign in to comment.