Skip to content

Commit

Permalink
fix data policy 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
DefenderOfBasic committed Nov 14, 2024
1 parent ec00d62 commit 0bb5975
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 0bb5975

Please sign in to comment.