Skip to content

Commit

Permalink
chore(app): add gitcoin privacy policy (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Dec 5, 2023
1 parent 5a11fba commit e1a27c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ export const Footer = ({ lightMode }: FooterProps): JSX.Element => {
>
Git commit
</a>
<a
href="https://www.gitcoin.co/privacy"
target="_blank"
rel="noopener noreferrer"
className="col-span-4 hover:underline"
>
Gitcoin Privacy Policy
</a>
<div className="col-start-[-2] col-end-[-1] flex items-center justify-self-end md:col-start-[-3]">
<a href="https://github.com/gitcoinco/passport" target="_blank" rel="noopener noreferrer" className="mr-8">
<img src={lightMode ? "./assets/githubLogoLight.svg" : "./assets/githubLogoDark.svg"} alt="Github Logo" />
Expand Down

0 comments on commit e1a27c7

Please sign in to comment.