Skip to content

Commit

Permalink
fix: override url (bcgov#1637)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored Nov 30, 2023
1 parent 1eb9455 commit e67f20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/constants.ts
Original file line number Diff line number Diff line change
@@ -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 }
3 changes: 2 additions & 1 deletion app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion bifold

0 comments on commit e67f20e

Please sign in to comment.