Skip to content

Commit

Permalink
Add privacy policy link to footer (#353)
Browse files Browse the repository at this point in the history
Required for Google OAuth verification
  • Loading branch information
domdomegg authored Nov 12, 2023
1 parent 0bd1489 commit 4eac57a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const Footer: React.FC = () => (
<Link href={`//${env.CUSTOM_RAISE_DOMAIN}/team/`} className="inline-block transition-all hover:scale-105">Our people</Link>
·
<Link href={`//${env.CUSTOM_RAISE_DOMAIN}/policies/`} className="inline-block transition-all hover:scale-105">Our policies</Link>
·
<Link href={`//${env.CUSTOM_RAISE_DOMAIN}/policies/privacy`} className="inline-block transition-all hover:scale-105">Privacy policy</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 4eac57a

Please sign in to comment.