|
|
@@ -18,8 +18,7 @@ export default class WebsiteListMenuBuilder extends AbstractMenuBuilder {
|
|
|
|
|
|
// Add organization website
|
|
|
if (this.organizationProfile.website) {
|
|
|
- const url = UrlUtils.join(this.organizationProfile.website, '/typo3')
|
|
|
- children.push(this.createItem(this.organizationProfile.name as string, undefined, url, MENU_LINK_TYPE.EXTERNAL))
|
|
|
+ children.push(this.createItem(this.organizationProfile.name as string, undefined, this.organizationProfile.website, MENU_LINK_TYPE.EXTERNAL))
|
|
|
}
|
|
|
|
|
|
// Add parents websites
|