Skip to content

Commit

Permalink
Add Privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Aug 14, 2024
1 parent 9eab158 commit 3b9369f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/HelpPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ export const HelpPanel = () => {
<Styled.TermsLink href={`/#${AppRoute.Terms}`} withIcon>
Terms of Use
</Styled.TermsLink>
<Styled.TermsLink href={`/#${AppRoute.Privacy}`} withIcon>
Privacy policy
</Styled.TermsLink>
</Styled.Container>
);
};
Expand Down

0 comments on commit 3b9369f

Please sign in to comment.