Skip to content

Commit 10315f5

Browse files
committed
Fix NFT checkout guide: Add missing closing tags for Step components to ensure proper rendering in documentation.
1 parent 9985ed3 commit 10315f5

File tree

1 file changed

+3
-1
lines changed
  • apps/portal/src/app/pay/guides/nft-checkout

1 file changed

+3
-1
lines changed

apps/portal/src/app/pay/guides/nft-checkout/page.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,4 +701,6 @@ function App() {
701701
}
702702

703703
export default App;
704-
```
704+
```
705+
</Step>
706+
</Steps>

0 commit comments

Comments
 (0)