Skip to content

Commit

Permalink
docs(users): add PlayMax App (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
playmax-dev committed May 19, 2023
1 parent 9a94f8b commit 2c2fa71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/src/data/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,20 @@ const users: { caption: string; image: string; infoLink: string }[] = [
infoLink:
'https://play.google.com/store/apps/details?id=com.fteams.analysis.teams',
},
{
{
caption: 'Ionic Enterprise Apps',
image:
'https://ionic-enterprise-apps.s3.amazonaws.com/ionic-enterprise-apps-logo-digital-agency.png',
infoLink:
'https://ionicenterpriseapps.com',
},
{
caption: 'PlayMax App',
image:
'https://playmax.mx/images/logos/logo-border.png',
infoLink:
'https://playmax.mx/official-apps',
},
]

export default users

0 comments on commit 2c2fa71

Please sign in to comment.