mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
Fix: webapp color theme (#6908)
This commit is contained in:
@@ -51,7 +51,7 @@ const Chatbot = () => {
|
||||
else
|
||||
document.title = `${site.title} - Powered by Dify`
|
||||
}
|
||||
}, [site, customConfig])
|
||||
}, [site, customConfig, themeBuilder])
|
||||
|
||||
if (appInfoLoading) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user