From c4bd6cf90d1d47d968d91cffd732c7cec7ad9a03 Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Thu, 3 Oct 2024 16:03:28 -0400 Subject: [PATCH] Update root.tsx --- app/app/root.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/app/root.tsx b/app/app/root.tsx index 880a71b..a27bf0f 100644 --- a/app/app/root.tsx +++ b/app/app/root.tsx @@ -24,8 +24,8 @@ import ChatbotScript from "./components/ChatBot"; export const meta: MetaFunction = () => { return [ - {title: "Bastien Law"}, - {name: "description", content: "Law Offices of Villard Bastien"}, + { title: "Bastien Law" }, + { name: "description", content: "Law Offices of Villard Bastien" }, ]; }; @@ -95,7 +95,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= {[children, ]} - + {/* */} ); @@ -104,4 +104,3 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= export default function App() { return ; } -