Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Nov 18, 2024
1 parent 8894f45 commit 66e57bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions site/docs/components/landing/CheckoutDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ export const checkoutDemoCode = `
} from '@coinbase/onchainkit/checkout';
function CheckoutDemo() {
<Checkout productId='my-product-id' >
<CheckoutButton coinbaseBranded={true}/>
</Checkout>
return (
<Checkout productId='my-product-id' >
<CheckoutButton coinbaseBranded={true}/>
</Checkout>
)
}
`;

Expand Down

0 comments on commit 66e57bb

Please sign in to comment.