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";
|
||||
|
||||
export function meta() {
|
||||
return [
|
||||
{
|
||||
title: "Account and Data Privacy - Car Crushers",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
export default function () {
|
||||
return (
|
||||
<Container maxW="container.lg">
|
||||
@ -41,7 +49,7 @@ export default function () {
|
||||
<Link color="#646cff" href="/privacy">
|
||||
privacy policy
|
||||
</Link>
|
||||
and generally cannot be deleted barring extenuating circumstances.
|
||||
) and generally cannot be deleted barring extenuating circumstances.
|
||||
</Text>
|
||||
<br />
|
||||
<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user