This commit is contained in:
2025-11-17 00:50:05 +01:00
parent e8b1babac8
commit 454d0d0857

View File

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