feat(templates): fix organizations links
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user