Skip to content

Commit

Permalink
chore: Update link to legal agreements
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clelland <[email protected]>
  • Loading branch information
michaelntech committed Sep 6, 2023
1 parent 8634045 commit 4f3fe7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const companySite = 'https://northern.tech';

const targets = [
{ key: 'company', target: companySite, title: ${new Date().getFullYear()} Northern.tech` },
{ key: 'tos', target: `${companySite}/legal/hosted-mender-agreement-10_10_2022-northern-tech-as.pdf`, title: 'Terms of service' },
{ key: 'tos', target: `${companySite}/legal/hosted-mender-agreement-northern-tech-as.pdf`, title: 'Terms of service' },
{ key: 'privacyPolicy', target: `${companySite}/legal/privacy-policy`, title: 'Privacy policy' }
];

Expand Down
2 changes: 1 addition & 1 deletion src/js/components/login/signup-steps/orgdata-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const OrgDataEntry = ({ classes, emailVerified, recaptchaSiteKey = '', se
label={
<label htmlFor="tos">
By checking this you agree to our{' '}
<a href="https://northern.tech/legal/hosted-mender-agreement-10_10_2022-northern-tech-as.pdf" target="_blank" rel="noopener noreferrer">
<a href="https://northern.tech/legal/hosted-mender-agreement-northern-tech-as.pdf" target="_blank" rel="noopener noreferrer">
Terms of service
</a>{' '}
and{' '}
Expand Down

0 comments on commit 4f3fe7d

Please sign in to comment.