Skip to content

Commit

Permalink
Refactor footer links to update privacy policy and terms of service URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed Nov 23, 2024
1 parent e33f504 commit 541b2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Footer-1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ export default function ContactPage() {
</p>
<div className="flex items-center justify-center mt-4 md:pb-0 pb-4 gap-4">
<Link
href=""
href="/privacy"
className="hover:text-red-600 transition-colors"
>
Privacy Policy
</Link>
<Link
href=""
href="/terms"
className="hover:text-red-600 transition-colors"
>
Terms of Service
Expand Down

0 comments on commit 541b2cc

Please sign in to comment.