Skip to content

Commit

Permalink
feat(services): add delete property to Futgres app
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackoutseeker committed Jul 1, 2024
1 parent f01fed9 commit 6b37cb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/apps.ts
Original file line number Diff line number Diff line change
@@ -88,7 +88,8 @@ export const getApps = (locale: string | undefined): App[] => [
screenshots: [
'https://play-lh.googleusercontent.com/QLHmhXCoRv2rvOF-arkquPEPJBCKBnkrndP6rWT9pyJCEcSXXMCtiej8J8lhfg2V5zw=w2560-h1440-rw',
'https://play-lh.googleusercontent.com/JL2vzF069URvTHzHWUIchZnVE8tw8peSLPA0zdMFxts1gqZOJ4fAVslZYjZDcZ63jTo=w2560-h1440-rw'
]
],
delete: getDeleteTranslationForUserLocale(locale, 'Futgres')
}
]

0 comments on commit 6b37cb2

Please sign in to comment.