Skip to content

Commit

Permalink
Merge pull request #603 from mirumee/fix/app-link
Browse files Browse the repository at this point in the history
fix app privacy link
  • Loading branch information
AlicjaSzu authored Jul 14, 2020
2 parents 9a48688 + 3d84103 commit 9bf2057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/apps/components/AppInstallPage/AppInstallPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ export const AppInstallPage: React.FC<AppInstallPageProps> = ({
description="install app privacy"
values={{ name }}
/>
<a href={data?.dataPrivacyUrl} target="_blank">
<a
href={data?.dataPrivacyUrl}
rel="noopener noreferrer"
target="_blank"
>
<FormattedMessage
defaultMessage="Learn more about data privacy"
description="app data privacy link"
Expand Down
1 change: 1 addition & 0 deletions src/storybook/__snapshots__/Stories.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11583,6 +11583,7 @@ exports[`Storyshots Views / Apps / Install App default 1`] = `
>
Uninstalling the app will remove all your customer’s personal data stored by app. After x hours, request will be sent to app to erase all of the data.
<a
rel="noopener noreferrer"
target="_blank"
>
Learn more about data privacy
Expand Down

0 comments on commit 9bf2057

Please sign in to comment.