diff --git a/app/src/constants.ts b/app/src/constants.ts index 4c498b57..4358679e 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -1,4 +1,3 @@ export const surveyMonkeyUrl = 'https://www.surveymonkey.com/r/7BMHJL8' export const surveyMonkeyExitUrl = 'https://www.surveymonkey.com/survey-thanks' -export const whereToUseWalletUrl = 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-wallet#where' export const hitSlop = { top: 44, bottom: 44, left: 44, right: 44 } diff --git a/app/src/index.ts b/app/src/index.ts index a7c1f18f..d156810c 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -62,10 +62,11 @@ const configuration: ConfigurationContext = { description: 'PersonCredentialNotification.Description', buttonTitle: 'PersonCredentialNotification.ButtonTitle', }, - useCustomNotifications: useNotifications, enableTours: true, showPreface: true, disableOnboardingSkip: true, + useCustomNotifications: useNotifications, + whereToUseWalletUrl: 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-wallet#where', } export default { theme, localization, configuration } diff --git a/bifold b/bifold index 2d6bb1b5..7c64f3b8 160000 --- a/bifold +++ b/bifold @@ -1 +1 @@ -Subproject commit 2d6bb1b5feeb77b0ff8e05339a6ed52e0d459065 +Subproject commit 7c64f3b8cf7aba1a3100fef9241395039055a003