Finalize DM docs and queue routing

This commit is contained in:
AidarKC
2026-07-22 15:13:13 +04:00
parent 38141ea5c7
commit a56252c361
8 changed files with 74 additions and 21 deletions
+1 -1
View File
@@ -489,7 +489,7 @@ export function render({ navigate }) {
void renderSupportBuyIntro();
});
actions.querySelector('#support-queue')?.addEventListener('click', () => {
void renderSupportQueue();
navigate('quene');
});
actions.querySelector('#support-keygen')?.addEventListener('click', () => {
void renderSupportKeygen();