Skip to content

Commit

Permalink
feat(java): add java card to homepage (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Aug 3, 2023
1 parent 207173a commit 8e12dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ const cards = [
},
{
title: 'Java',
content: 'Criar cobranças Pix usando Java',
icon: <FaJava color={'#000000de'} size={30} />,
content: 'SDK Java completo para criar cobranças, cadastrar clientes, consultar transações e muito mais.',
icon: <FaJava color={'#f89820'} size={30} />,
docsTo:
'/docs/apis/api-getting-started#criando-uma-nova-chave-de-apiplugin.',
'/docs/category/java',
to: 'https://app.woovi.com/home/applications/java/add',
},
{
Expand Down

0 comments on commit 8e12dd0

Please sign in to comment.