Skip to content

Commit 2d057fc

Browse files
committed
Add link const
1 parent d0f77ef commit 2d057fc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/CONST.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const CLOUDFRONT_DOMAIN = 'cloudfront.net';
2424
const CLOUDFRONT_URL = `https://d2k5nsl2zxldvw.${CLOUDFRONT_DOMAIN}`;
2525
const ACTIVE_EXPENSIFY_URL = addTrailingForwardSlash(Config?.NEW_EXPENSIFY_URL ?? 'https://new.expensify.com');
2626
const USE_EXPENSIFY_URL = 'https://use.expensify.com';
27+
const EXPENSIFY_MOBILE_URL = 'https://expensify.com/mobile';
2728
const EXPENSIFY_URL = 'https://www.expensify.com';
2829
const PLATFORM_OS_MACOS = 'Mac OS';
2930
const PLATFORM_IOS = 'iOS';
@@ -1063,6 +1064,7 @@ const CONST = {
10631064
DEFAULT_NUMBER_ID,
10641065
USE_EXPENSIFY_URL,
10651066
EXPENSIFY_URL,
1067+
EXPENSIFY_MOBILE_URL,
10661068
GOOGLE_MEET_URL_ANDROID: 'https://meet.google.com',
10671069
GOOGLE_DOC_IMAGE_LINK_MATCH: 'googleusercontent.com',
10681070
IMAGE_BASE64_MATCH: 'base64',

src/pages/settings/AppDownloadLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function AppDownloadLinksPage() {
6565
/>
6666

6767
<QRShare
68-
url="https://expensify.com/mobile"
68+
url={CONST.EXPENSIFY_MOBILE_URL}
6969
svgLogo={Illustrations.ExpensifyMobileApp}
7070
logoRatio={CONST.QR.EXPENSIFY_LOGO_SIZE_RATIO}
7171
logoMarginRatio={CONST.QR.EXPENSIFY_LOGO_MARGIN_RATIO}

0 commit comments

Comments
 (0)