Add meta headers to delete-account route
This commit is contained in:
parent
7d196b1ada
commit
fa2f4957d2
@ -1,5 +1,13 @@
|
|||||||
import { Container, Heading, Link, Text } from "@chakra-ui/react";
|
import { Container, Heading, Link, Text } from "@chakra-ui/react";
|
||||||
|
|
||||||
|
export function meta() {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
title: "Account and Data Privacy - Car Crushers",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
return (
|
return (
|
||||||
<Container maxW="container.lg">
|
<Container maxW="container.lg">
|
||||||
@ -41,7 +49,7 @@ export default function () {
|
|||||||
<Link color="#646cff" href="/privacy">
|
<Link color="#646cff" href="/privacy">
|
||||||
privacy policy
|
privacy policy
|
||||||
</Link>
|
</Link>
|
||||||
and generally cannot be deleted barring extenuating circumstances.
|
) and generally cannot be deleted barring extenuating circumstances.
|
||||||
</Text>
|
</Text>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user