Skip to content

Commit

Permalink
feat: add privacy policy on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNgFender committed Mar 19, 2024
1 parent 5b3cdfb commit e90ea3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ function LandingFooter() {
>
Status Page
</Link>
{' | '}
<Link
href={siteConfig.paths.legal.privacy}
className="font-medium underline underline-offset-4"
>
Privacy Policy
</Link>
</p>
</div>
</footer>
Expand Down

0 comments on commit e90ea3f

Please sign in to comment.