diff --git a/web/app/components/header/index.tsx b/web/app/components/header/index.tsx
index e43a8bfa25..77d2258c48 100644
--- a/web/app/components/header/index.tsx
+++ b/web/app/components/header/index.tsx
@@ -45,7 +45,8 @@ const Header = () => {
const renderLogo = () => (
-
+
+ {isBrandingEnabled && systemFeatures.branding.application_title ? systemFeatures.branding.application_title : 'Dify'}
{systemFeatures.branding.enabled && systemFeatures.branding.workspace_logo
?
{
alt='logo'
/>
: }
- {isBrandingEnabled && systemFeatures.branding.application_title ? systemFeatures.branding.application_title : 'dify'}
)