Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rustam-cb committed Dec 18, 2024
1 parent 4ffe559 commit 1b3f1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/components/landing/CheckoutDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Checkout } from '@coinbase/onchainkit/checkout';
import { useCallback, useState } from 'react';
import App from '../App.tsx';
import { closeSvg } from '../svg/closeSvg.tsx';
import { CoinbasePaySvg } from '../svg/coinbasePaySvg.tsx';
import { coinbasePaySvg } from '../svg/coinbasePaySvg.tsx';

export const checkoutDemoCode = `
import {
Expand Down Expand Up @@ -90,7 +90,7 @@ function MockCheckoutButton({ onClick }: { onClick: () => void }) {
>
<div className="flex items-center justify-center whitespace-nowrap">
<div className="mr-2 flex h-5 w-5 shrink-0 items-center justify-center">
<CoinbasePaySvg />
{coinbasePaySvg}
</div>
</div>
<span className="ock-font-family font-semibold text-gray-50 leading-normal">
Expand Down

0 comments on commit 1b3f1fc

Please sign in to comment.