Skip to content

Commit

Permalink
Merge pull request #2681 from daostack/CW-staging-privacy-policy
Browse files Browse the repository at this point in the history
Fixed privacy policy url
  • Loading branch information
MeyerPV authored Apr 10, 2024
2 parents 5f404f4 + b295c5f commit 0eb7195
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/PrivacyPolicy/PrivacyPolicy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import "./PrivacyPolicy.scss";
export function PrivacyPolicy() {
return (
<div className="container-pdf">
<Document
className="preview-pdf"
file="http://localhost:3000/privacy_policy.pdf"
>
<Document className="preview-pdf" file="/privacy_policy.pdf">
<Page pageNumber={1} />
<Page pageNumber={2} />
<Page pageNumber={3} />
Expand Down

0 comments on commit 0eb7195

Please sign in to comment.