feat(templates): fix organizations links
This commit is contained in:
@@ -331,7 +331,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||||||
topics: ['project'],
|
topics: ['project'],
|
||||||
language: mainLang,
|
language: mainLang,
|
||||||
orgName: 'Projects',
|
orgName: 'Projects',
|
||||||
url: `{{AppSubUrl}}/orgs/${org.username}/dashboard`
|
url: `{{AppSubUrl}}/${org.username}`
|
||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user