fix(editor): New quick start video URL (#16546)

This commit is contained in:
Giulio Andreini
2025-06-20 14:53:51 +02:00
committed by GitHub
parent 48644ca2f8
commit a9688b101f

View File

@@ -126,7 +126,7 @@ const mainMenuItems = computed(() => [
icon: 'video', icon: 'video',
label: i18n.baseText('mainSidebar.helpMenuItems.quickstart'), label: i18n.baseText('mainSidebar.helpMenuItems.quickstart'),
link: { link: {
href: 'https://www.youtube.com/watch?v=1MwSoB0gnM4', href: 'https://www.youtube.com/watch?v=4cQWJViybAQ',
target: '_blank', target: '_blank',
}, },
}, },