Skip to content

Commit

Permalink
Merge pull request #72 from placetopay-org/feature/pinpad
Browse files Browse the repository at this point in the history
feat: hide pinpad en home
  • Loading branch information
meiyerDev authored Jul 22, 2024
2 parents 0b3b309 + 6c5c907 commit 88e6e56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Consulting our guides and examples to integrate placetopay.
action="View documentation"
icon={() => <SecurityCard variant="TwoTone" />}
/>
<ItemList
{/* <ItemList
name="Pinpad SDK"
description="SDK to manage the pinpad field in your applications."
href={localizePath("/sdks/pinpad")}
action="View documentation"
icon={() => <Code variant="TwoTone" />}
/>
/> */}
</div>
4 changes: 2 additions & 2 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Consulta nuestras guías y los ejemplos para integrar placetopay.
action="Ver documentación"
icon={() => <SecurityCard variant="TwoTone" />}
/>
<ItemList
{/* <ItemList
name="Pinpad SDK"
description="SDK para gestionar el campo pinpad en tus aplicaciones."
href={localizePath("/sdks/pinpad")}
action="Ver documentación"
icon={() => <Code variant="TwoTone" />}
/>
/> */}
</div>

0 comments on commit 88e6e56

Please sign in to comment.