refactor(editor): Re-organize n8n logo files (no-changelog) (#8483)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-16 10:42:32 +01:00
committed by GitHub
parent d33d953497
commit 8c665e4d20
17 changed files with 7 additions and 11 deletions

View File

@@ -166,9 +166,7 @@ export default defineComponent({
useTemplatesStore,
),
logoPath(): string {
if (this.isCollapsed) return this.basePath + 'n8n-logo-collapsed.svg';
return this.basePath + this.uiStore.logo;
return this.basePath + (this.isCollapsed ? 'static/logo/collapsed.svg' : this.uiStore.logo);
},
hasVersionUpdates(): boolean {
return (