Add meta headers to delete-account route

This commit is contained in:
regalijan 2023-10-19 20:03:01 -04:00
parent 7d196b1ada
commit fa2f4957d2
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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 />