Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/privacy-policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function PrivacyPolicy(pageProps) {
<section className="container mx-auto mb-20 px-4">
<div
className="privacy-policy mx-auto container flex flex-col space-y-4 py-10"
dangerouslySetInnerHTML={{ __html: pageProps.pageResources.data.markdownRemark.html }}
dangerouslySetInnerHTML={{ __html: pageProps.data.markdownRemark.html }}
/>
</section>
</div>
Expand Down