From d94562fc0dc164b947985a919c8bbc5687710c92 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 12 Sep 2024 13:53:04 +0200 Subject: [PATCH] SEO und anpassen des Seitentitels --- apps/builder/src/components/Seo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/builder/src/components/Seo.tsx b/apps/builder/src/components/Seo.tsx index 34dd9f8ed..32e9b6184 100644 --- a/apps/builder/src/components/Seo.tsx +++ b/apps/builder/src/components/Seo.tsx @@ -19,7 +19,7 @@ export const Seo = ({ currentUrl?: string imagePreviewUrl?: string }) => { - const formattedTitle = `${title} | Typebot` + const formattedTitle = `${title} | BLS bot` return (