Skip to content

Commit

Permalink
chore: add links to mobile demo apps to playground (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Dec 3, 2024
1 parent 2ee2e4e commit 0235646
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/app/playground/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,16 @@ export function Playground() {
url: 'https://www.youtube.com/watch?v=YTRmWUeQWyY',
type: 'Webinar',
},
{
title: 'Android Playground app',
url: 'https://play.google.com/store/apps/details?id=com.fingerprintjs.android.fpjs_pro_demo',
type: 'Demo app',
},
{
title: 'iOS Playground app',
url: 'https://apps.apple.com/us/app/fingerprint-pro/id1644105278',
type: 'Demo app',
},
]}
/>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/client/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export type UseCase = {
};

export type ResourceLink = {
type: 'Use case tutorial' | 'Case study' | 'Industry' | 'Article' | 'Use case' | 'Video' | 'Webinar';
type: 'Use case tutorial' | 'Case study' | 'Industry' | 'Article' | 'Use case' | 'Video' | 'Webinar' | 'Demo app';
title: string;
url: string;
description?: string;
Expand Down

0 comments on commit 0235646

Please sign in to comment.