From d37f3de828b2b5278ae372f5bceb70b3eefb2b03 Mon Sep 17 00:00:00 2001 From: Adrian Rocke Date: Wed, 6 Nov 2024 19:56:38 -0600 Subject: [PATCH] feat: tawk to bubble location --- app/[locale]/(authenticated)/layout.tsx | 2 +- app/[locale]/ChatBubble.tsx | 26 +++++++++++++++++++++++++ app/[locale]/layout.tsx | 18 ++--------------- app/components/LanguageDialog.tsx | 7 +++++-- 4 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 app/[locale]/ChatBubble.tsx diff --git a/app/[locale]/(authenticated)/layout.tsx b/app/[locale]/(authenticated)/layout.tsx index f244360..64ef7fe 100644 --- a/app/[locale]/(authenticated)/layout.tsx +++ b/app/[locale]/(authenticated)/layout.tsx @@ -67,7 +67,7 @@ export default async function AuthenticatedLayout({ children, params }: { childr
{children}
-