mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
remove constant refresh artifact (#2241)
This commit is contained in:
@@ -2154,10 +2154,7 @@ export function ChatPage({
|
||||
enterpriseSettings.use_custom_logotype && (
|
||||
<div className="hidden lg:block absolute right-0 bottom-0">
|
||||
<img
|
||||
src={
|
||||
"/api/enterprise-settings/logotype?u=" +
|
||||
Date.now()
|
||||
}
|
||||
src="/api/enterprise-settings/logotype"
|
||||
alt="logotype"
|
||||
style={{ objectFit: "contain" }}
|
||||
className="w-fit h-8"
|
||||
|
Reference in New Issue
Block a user