Skip to content

Commit

Permalink
Merge pull request #171 from TheExGenesis/privacy-policy-link
Browse files Browse the repository at this point in the history
Fix data policy 404 link
  • Loading branch information
TheExGenesis authored Nov 14, 2024
2 parents ec00d62 + 0bb5975 commit 5965da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/file-upload-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export function FileUploadDialog({
{/* Privacy Policy Link */}
<div className="mt-4 text-center text-sm">
<Link
href="/privacy-policy"
href="/data-policy"
className="text-primary hover:underline"
>
Read our Privacy Policy
Expand Down

0 comments on commit 5965da4

Please sign in to comment.