[FEAT] Remove video tutorial tab from help modal
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user