Skip to content

Commit

Permalink
Refactor(Product): Remove unnecessary link in Cart page
Browse files Browse the repository at this point in the history
  • Loading branch information
kooya3 committed Aug 11, 2024
1 parent 8be5756 commit d7ccf3e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/app/(pages)/cart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,8 @@ export default async function Cart() {
<Gutter>
<Message


</Fragment>
}
/>
</Gutter>
)}
<Hero {...page?.hero} />


<Gutter>
<CartPage settings={settings} page={page} />
</Gutter>
Expand Down

0 comments on commit d7ccf3e

Please sign in to comment.