diff --git a/src/frontend/feature-config.json b/src/frontend/feature-config.json index 0100b3ffb..d5a3a37b8 100644 --- a/src/frontend/feature-config.json +++ b/src/frontend/feature-config.json @@ -2,5 +2,7 @@ "ENABLE_DARK_MODE": true, "ENABLE_API": true, "ENABLE_LANGFLOW_STORE": true, - "ENABLE_PROFILE_ICONS": true + "ENABLE_PROFILE_ICONS": true, + "ENABLE_SOCIAL_LINKS": true, + "ENABLE_BRANDING": true } \ No newline at end of file diff --git a/src/frontend/src/components/headerComponent/index.tsx b/src/frontend/src/components/headerComponent/index.tsx index 9a99c8d1c..11ae845c6 100644 --- a/src/frontend/src/components/headerComponent/index.tsx +++ b/src/frontend/src/components/headerComponent/index.tsx @@ -155,34 +155,38 @@ export default function Header(): JSX.Element {