Skip to content

Commit

Permalink
Merge pull request #823 from BIDMCDigitalPsychiatry/issue-810
Browse files Browse the repository at this point in the history
Privacy policy link update
  • Loading branch information
sarithapillai8 authored Jul 9, 2024
2 parents 60aae2a + 3c14b3c commit 426bb5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,15 @@ export default function Login({ setIdentity, lastDomain, onComplete, ...props })
>
<b style={{ color: colors.grey["600"] }}>{`${t("Contact Us")}`}</b>
</MenuItem>
<MenuItem
dense
onClick={() => {
setHelpMenu(undefined)
window.open("https://docs.lamp.digital/privacy/", "_blank")
}}
>
<b style={{ color: colors.grey["600"] }}>{`${t("Privacy Policy")}`}</b>
</MenuItem>
</Menu>
<Grid container direction="row" justifyContent="center" alignItems="center" className={classes.loginContainer}>
<Grid item className={classes.loginInner}>
Expand Down

0 comments on commit 426bb5c

Please sign in to comment.