diff --git a/components/x-gift-article/readme.md b/components/x-gift-article/readme.md index 568d2bec0..66d837a28 100644 --- a/components/x-gift-article/readme.md +++ b/components/x-gift-article/readme.md @@ -81,5 +81,3 @@ Property | Type | Required | Note `apiDomain` | String | no | The domain to use when making requests to the gift article and URL shortening services. `enterpriseApiBaseUrl` | String | no | The base URL to use when making requests to the enterprise sharing service. -### -`isArticleSharingUxUpdates` boolean has been added as part of ACC-749 to enable AB testing of the impact of minor UX improvements to x-gift-article. Once AB testing is done, and decision to keep / remove has been made, the changes made in https://github.com/Financial-Times/x-dash/pull/579 need to be ditched or baked in as default. diff --git a/components/x-gift-article/src/CopyConfirmation.jsx b/components/x-gift-article/src/CopyConfirmation.jsx index a111606f5..39e5bd2cd 100644 --- a/components/x-gift-article/src/CopyConfirmation.jsx +++ b/components/x-gift-article/src/CopyConfirmation.jsx @@ -1,6 +1,6 @@ import { h } from '@financial-times/x-engine' -export default ({ hideCopyConfirmation, isArticleSharingUxUpdates }) => ( +export default ({ hideCopyConfirmation }) => (
- {isArticleSharingUxUpdates ? ( - The link has been copied to your clipboard - ) : ( - The link has been copied to your clipboard - )} + The link has been copied to your clipboard