Merge version_1 into main #3
@@ -39,7 +39,7 @@ export default function PrivacyPage() {
|
||||
title="Privacy Policy"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data", content: "We value your data."
|
||||
heading: "Data", content: [{ type: "paragraph", text: "We value your data." }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function TermsPage() {
|
||||
title="Terms of Service"
|
||||
sections={[
|
||||
{
|
||||
heading: "Agreement", content: "By using our site..."
|
||||
heading: "Agreement", content: [{ type: "paragraph", text: "By using our site..." }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user