mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 06:26:58 +00:00
fix: typo
This commit is contained in:
parent
b8f154cdf5
commit
12c466eddd
@ -26,7 +26,7 @@ export const DEFAULT_OPTION = 'Default Title';
|
||||
export const CHECKOUT_PAGE_PROPS = {
|
||||
title: 'Checkout',
|
||||
body: `Checkout is not implemented yet in this template. Check out
|
||||
<a href="https://docs.medusajs.com/modules/carts-and-checkout/storefront/implement-checkout-flow">our guide on implementing a checkout flow</a> to learn more`,
|
||||
<a href="https://docs.medusajs.com/modules/carts-and-checkout/storefront/implement-checkout-flow">our guide on implementing a checkout flow</a> to learn more.`,
|
||||
description: 'Checkout is not implemented yet in this template',
|
||||
updatedAt: new Date().toISOString(),
|
||||
createdAt: new Date().toISOString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user