From 1ebddbd1dee86fbb69e3939da1b0d2da3ef2ac09 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:38:15 +0530 Subject: [PATCH] fix: missing branding settings (#2800) --- .../product/look/components/EditBranding.tsx | 2 +- .../[environmentId]/product/look/page.tsx | 26 ++++++++++--------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/apps/web/app/(app)/environments/[environmentId]/product/look/components/EditBranding.tsx b/apps/web/app/(app)/environments/[environmentId]/product/look/components/EditBranding.tsx index 594968910e..9821f8c184 100644 --- a/apps/web/app/(app)/environments/[environmentId]/product/look/components/EditBranding.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/product/look/components/EditBranding.tsx @@ -45,7 +45,7 @@ export const EditFormbricksBranding = ({ return (
-
+
{ )} - {currentProductChannel !== "link" && ( - + +
- - - )} + {currentProductChannel !== "link" && ( + + )} +
+
); };