fix: app logo icon auto of the dashboard

This commit is contained in:
Víctor Falcón 2025-12-14 17:11:34 +01:00
parent 3bf734f5e7
commit e813849e7b
1 changed files with 1 additions and 5 deletions

View File

@ -22,11 +22,7 @@ export default function AppLogoIcon({
const showBirdhouse = !isKeySet || isPrivacyModeEnabled;
if (!animated) {
return showBirdhouse ? (
<Birdhouse className={iconClasses} />
) : (
<BirdIcon className={iconClasses} />
);
<BirdIcon className={iconClasses} />
}
return (