Merge branch 'IDTEAM-1.26.0' into 'main'
[ProtonMail-WebClient.git] / packages / shared / lib / drive / urls.ts
blob9ea1041abb610e9468476689c6737596676ed569
1 import { getStaticURL } from '@proton/shared/lib/helpers/url';
3 import { getAppHref } from '../apps/helper';
4 import { APPS } from '../constants';
6 export const DRIVE_LANDING_PAGE = getStaticURL('/drive');
7 export const DRIVE_PRICING_PAGE = getStaticURL('/drive/pricing?product=drive');
8 export const DRIVE_SIGNUP = getAppHref('/drive/signup', APPS.PROTONACCOUNT);
9 export const DRIVE_SIGNIN = getAppHref('/drive', APPS.PROTONACCOUNT);
10 export const DRIVE_IOS_APP = 'https://apps.apple.com/app/proton-drive-cloud-storage/id1509667851';
11 export const DRIVE_ANDROID_APP = 'https://play.google.com/store/apps/details?id=me.proton.android.drive';