Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add meta headers to delete-account route
  • Loading branch information
regalijan committed Oct 20, 2023
1 parent 7d196b1 commit fa2f495
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/routes/delete-account.tsx
@@ -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">
Expand Down Expand Up @@ -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 />
Expand Down

0 comments on commit fa2f495

Please sign in to comment.