diff --git a/site/docs/components/landing/CheckoutDemo.tsx b/site/docs/components/landing/CheckoutDemo.tsx index 4409eaef01..5df8155915 100644 --- a/site/docs/components/landing/CheckoutDemo.tsx +++ b/site/docs/components/landing/CheckoutDemo.tsx @@ -17,7 +17,7 @@ export const checkoutDemoCode = ` ) } -`; + `; const GITHUB_LINK = 'https://github.com/coinbase/onchain-commerce-template'; diff --git a/site/docs/components/landing/ComponentPreview.tsx b/site/docs/components/landing/ComponentPreview.tsx index 267b1e7e40..f0246eee20 100644 --- a/site/docs/components/landing/ComponentPreview.tsx +++ b/site/docs/components/landing/ComponentPreview.tsx @@ -224,7 +224,7 @@ function PreviewContainer({ )} -
+
) } -`; + `; function FundDemo() { return ( diff --git a/site/docs/components/landing/IdentityDemo.tsx b/site/docs/components/landing/IdentityDemo.tsx index d313c24963..bb7d3a341f 100644 --- a/site/docs/components/landing/IdentityDemo.tsx +++ b/site/docs/components/landing/IdentityDemo.tsx @@ -30,7 +30,7 @@ export const identityDemoCode = ` ) } -`; + `; function IdentityDemo() { return ( diff --git a/site/docs/components/landing/NftMintCardDemo.tsx b/site/docs/components/landing/NftMintCardDemo.tsx index e1efc46d3b..7be1896f6e 100644 --- a/site/docs/components/landing/NftMintCardDemo.tsx +++ b/site/docs/components/landing/NftMintCardDemo.tsx @@ -12,7 +12,7 @@ export const nftMintCardDemoCode = ` /> ) } -`; + `; export default function NftMintCardDemo() { return ( diff --git a/site/docs/components/landing/SwapDemo.tsx b/site/docs/components/landing/SwapDemo.tsx index 46f2b05d48..da2cd69006 100644 --- a/site/docs/components/landing/SwapDemo.tsx +++ b/site/docs/components/landing/SwapDemo.tsx @@ -43,7 +43,7 @@ export const swapDemoCode = ` /> ); } -`; + `; function SwapDemo() { return ( diff --git a/site/docs/components/landing/TransactionDemo.tsx b/site/docs/components/landing/TransactionDemo.tsx index 2fc3c606a9..d5f2e629be 100644 --- a/site/docs/components/landing/TransactionDemo.tsx +++ b/site/docs/components/landing/TransactionDemo.tsx @@ -47,7 +47,7 @@ export const transactionDemoCode = ` ); } -`; + `; function TransactionDemo() { return ( diff --git a/site/docs/components/landing/WalletDemo.tsx b/site/docs/components/landing/WalletDemo.tsx index 66e41e1365..33bac9272d 100644 --- a/site/docs/components/landing/WalletDemo.tsx +++ b/site/docs/components/landing/WalletDemo.tsx @@ -38,7 +38,7 @@ export const walletDemoCode = ` function WalletDefaultDemo() { return } -`; + `; function WalletDemo() { return (