[FEAT] Remove video tutorial tab from help modal
This commit is contained in:
@@ -153,7 +153,7 @@
|
|||||||
const activeTab = ref(1);
|
const activeTab = ref(1);
|
||||||
const changelogHtml = ref<string>('');
|
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 () => {
|
const loadChangelog = async () => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user