Skip to content

Commit

Permalink
Update root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Oct 3, 2024
1 parent 8ba22bd commit c4bd6cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
];
};

Expand Down Expand Up @@ -95,7 +95,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
{[children, <ScrollToTopButton key={0} />]}
<ScrollRestoration />
<Scripts />
<ChatbotScript />
{/* <ChatbotScript /> */}
</body>
</html>
);
Expand All @@ -104,4 +104,3 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
export default function App() {
return <Outlet />;
}

1 comment on commit c4bd6cf

@vercel
Copy link

@vercel vercel bot commented on c4bd6cf Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.