Skip to content

Commit

Permalink
fix(build): issues/502 add recommendations link
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 30, 2020
1 parent ad20cf7 commit 91760c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PUBLIC_URL=${UI_DEPLOY_PATH_PREFIX}/apps/subscriptions/

REACT_APP_UI_LINK_CONTACT_US=https://access.redhat.com/account-team
REACT_APP_UI_LINK_LEARN_MORE=https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/
REACT_APP_UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS=
REACT_APP_UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS=https://access.redhat.com/subscription-watch-accuracy

REACT_APP_UI_DISABLED=false
REACT_APP_UI_DISABLED_TOOLBAR=false
Expand Down
6 changes: 3 additions & 3 deletions src/common/__tests__/__snapshots__/helpers.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Object {
"UI_DISPLAY_START_NAME": "Subscription Watch",
"UI_LINK_CONTACT_US": "https://access.redhat.com/account-team",
"UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/",
"UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "",
"UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/subscription-watch-accuracy",
"UI_LOCALE_DEFAULT": "en-US",
"UI_LOCALE_DEFAULT_DESC": "English",
"UI_LOGGER_ID": "curiosity",
Expand Down Expand Up @@ -51,7 +51,7 @@ Object {
"UI_DISPLAY_START_NAME": "Subscription Watch",
"UI_LINK_CONTACT_US": "https://access.redhat.com/account-team",
"UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/",
"UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "",
"UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/subscription-watch-accuracy",
"UI_LOCALE_DEFAULT": "en-US",
"UI_LOCALE_DEFAULT_DESC": "English",
"UI_LOGGER_ID": "curiosity",
Expand Down Expand Up @@ -86,7 +86,7 @@ Object {
"UI_DISPLAY_START_NAME": "Subscription Watch",
"UI_LINK_CONTACT_US": "https://access.redhat.com/account-team",
"UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/",
"UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "",
"UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/subscription-watch-accuracy",
"UI_LOCALE_DEFAULT": "en-US",
"UI_LOCALE_DEFAULT_DESC": "English",
"UI_LOGGER_ID": "curiosity",
Expand Down

0 comments on commit 91760c8

Please sign in to comment.