mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
Adjust logo for small header
This commit is contained in:
@@ -36,7 +36,7 @@ const Logo: FC<Props> = ({ withText = true, className }) => {
|
||||
if (withText) {
|
||||
return <Image src="/images/logo.png" alt={t("logo.alt")} className={className} />;
|
||||
}
|
||||
return <Image src="/images/scmLogo.svg" alt={t("logo.alt")} className={className} />;
|
||||
return <Image src="/images/blibSimpleSmallDarkBackground.svg" alt={t("logo.alt")} className={className} />;
|
||||
};
|
||||
|
||||
export default Logo;
|
||||
|
||||
Reference in New Issue
Block a user