mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
refactor(editor): Re-organize n8n logo files (no-changelog) (#8483)
This commit is contained in:
committed by
GitHub
parent
d33d953497
commit
8c665e4d20
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user