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