[FEAT] Remove video tutorial tab from help modal

This commit is contained in:
2025-11-17 00:49:32 +01:00
parent a5200a5cf0
commit e8b1babac8

View File

@@ -153,7 +153,7 @@
const activeTab = ref(1);
const changelogHtml = ref<string>('');
const tabs = [{ name: 'Video tutorial' }, { name: 'About & instructions' }, { name: 'Support the project' }, { name: 'Changelog' }];
const tabs = [{ { name: 'About & instructions' }, { name: 'Support the project' }, { name: 'Changelog' }];
const loadChangelog = async () => {
try {