fix: ohif icons in Header (#4611)
This commit is contained in:
parent
541e12a108
commit
52cf9b1e03
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user