Skip to content

Commit

Permalink
chore: remove chat bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
arrocke committed Nov 22, 2024
1 parent eab574d commit 939473c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
24 changes: 0 additions & 24 deletions app/[locale]/ChatBubble.tsx

This file was deleted.

6 changes: 1 addition & 5 deletions app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "../globals.css";
import { headFontClass } from "../fonts";
import languages from "../../languages.json";
import { FlashProvider } from "../flash";
import ChatBubble from "./ChatBubble";

export async function generateMetadata(): Promise<Metadata> {
const t = await getTranslations("RootLayout")
Expand Down Expand Up @@ -50,10 +49,7 @@ export default function RootLayout({
</FlashProvider>
</NextIntlClientProvider>
{process.env.NODE_ENV === 'production' && (
<>
<ChatBubble placement={language.dir === 'rtl' ? 'bl' : 'br'} />
<GoogleAnalytics gaId="G-0SEF50D4GK" debugMode={true} />
</>
<GoogleAnalytics gaId="G-0SEF50D4GK" debugMode={true} />
)}
</body>
</html>
Expand Down

0 comments on commit 939473c

Please sign in to comment.