From 63cf0cff298f325c18be72f2c8562d58f065204b Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 27 Aug 2024 22:01:19 -0300 Subject: [PATCH] fix: surround a tag with feature flag for ENABLE_BRANDING (#3581) --- src/frontend/src/pages/FlowPage/index.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/frontend/src/pages/FlowPage/index.tsx b/src/frontend/src/pages/FlowPage/index.tsx index ccfe33f29..420ea9501 100644 --- a/src/frontend/src/pages/FlowPage/index.tsx +++ b/src/frontend/src/pages/FlowPage/index.tsx @@ -108,16 +108,17 @@ export default function FlowPage({ view }: { view?: boolean }): JSX.Element { )} - - {FeatureFlags.ENABLE_BRANDING && version && ( + {FeatureFlags.ENABLE_BRANDING && version && ( +
Langflow 🤝 DataStax
- )} -
⛓️ v{version}
-
+ +
⛓️ v{version}
+ + )} {blocker.state === "blocked" && currentSavedFlow && (