Skip to content

Commit

Permalink
Merge pull request #824 from BIDMCDigitalPsychiatry/issue-810
Browse files Browse the repository at this point in the history
Privacy policy link update in dashboard
  • Loading branch information
sarithapillai8 authored Jul 9, 2024
2 parents 426bb5c + b72b459 commit f502af3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/NavigationLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,15 @@ export default function NavigationLayout({
>
{`${t("Contact Us")}`}
</MenuItem>
<MenuItem
dense
onClick={() => {
setShowCustomizeMenu(undefined)
window.open("https://docs.lamp.digital/privacy/", "_blank")
}}
>
<b style={{ color: colors.grey["600"] }}>{`${t("Privacy Policy")}`}</b>
</MenuItem>
</Popover>
</Box>
)}
Expand Down

0 comments on commit f502af3

Please sign in to comment.