From fa2f4957d2453e0f3dbe32ff2ec489846f02866c Mon Sep 17 00:00:00 2001
From: regalijan <r@regalijan.com>
Date: Thu, 19 Oct 2023 20:03:01 -0400
Subject: [PATCH] Add meta headers to delete-account route

---
 app/routes/delete-account.tsx | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app/routes/delete-account.tsx b/app/routes/delete-account.tsx
index cd8ece6..20aa67f 100644
--- a/app/routes/delete-account.tsx
+++ b/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">
@@ -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 />