fix: ohif icons in Header (#4611)

This commit is contained in:
Ceciliadrc 2024-12-18 15:47:38 +01:00 committed by GitHub
parent 541e12a108
commit 52cf9b1e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ function Header({
>
{isReturnEnabled && <Icons.ChevronClosed className="text-primary-active w-8" />}
<div className="ml-1">
{WhiteLabeling?.createLogoComponentFn?.(React, props) || <Svg name="logo-ohif" />}
{WhiteLabeling?.createLogoComponentFn?.(React, props) || <Icons.OHIFLogo />}
</div>
</div>
</div>