Skip to content

Commit

Permalink
OCP-1082: no breadcrumb needed on the cart or order confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarz committed Sep 13, 2024
1 parent ffa4aa8 commit d6d60f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/storefront/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ const routes: RouteObject[] = [
{
path: "cart",
element: <ShoppingCart />,
handle: {
crumb: () => (
<Link as={RouterLink} to="/card">
Cart
</Link>
),
},
},
{
path: "order-confirmation",
Expand Down

0 comments on commit d6d60f4

Please sign in to comment.