mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Replace 'Workflows' help menu item with 'Course'
* N8N-3110 Replace Workflows help menu item with course * N8N-3110 Re-order props in en.json * N8N-3110 Update URL Link for courses
This commit is contained in:
@@ -252,9 +252,9 @@ export default mixins(
|
||||
id: 'examples',
|
||||
type: 'link',
|
||||
properties: {
|
||||
href: 'https://n8n.io/workflows',
|
||||
title: this.$locale.baseText('mainSidebar.helpMenuItems.workflows'),
|
||||
icon: 'network-wired',
|
||||
href: 'https://docs.n8n.io/courses',
|
||||
title: this.$locale.baseText('mainSidebar.helpMenuItems.course'),
|
||||
icon: 'graduation-cap',
|
||||
newWindow: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user