Skip to content

Commit

Permalink
feat: Add Cozy app Android and iOS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed May 30, 2023
1 parent ef7450b commit 1f00e1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cozy-mespapiers-lib/src/constants/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ export const KEYS = {
ENTER: 'Enter'
}

export const IOS_APP_URL = 'https://apps.apple.com/fr/app/my-cozy/id1600636174'
export const ANDROID_APP_URL =
'https://play.google.com/store/apps/details?id=io.cozy.flagship.mobile&hl'

export const DEFAULT_MAX_FILES_DISPLAYED = 3

0 comments on commit 1f00e1d

Please sign in to comment.