feat(templates): fix organizations links

This commit is contained in:
h
2025-12-11 00:08:43 +01:00
parent 41ce6895c6
commit f1547e3b1e

View File

@@ -331,7 +331,7 @@ document.addEventListener('DOMContentLoaded', async () => {
topics: ['project'],
language: mainLang,
orgName: 'Projects',
url: `{{AppSubUrl}}/orgs/${org.username}/dashboard`
url: `{{AppSubUrl}}/${org.username}`
});
} else {