remove double slash

This commit is contained in:
Niels Lyngsø
2024-01-18 11:12:43 +01:00
parent 7f6b716afc
commit 8a63b90b09

View File

@@ -99,7 +99,7 @@ export class UmbBlockCatalogueModalElement extends UmbModalBaseElement<
name=${ifDefined(block.label)}
background=${ifDefined(block.backgroundColor)}
style="color: ${block.iconColor}"
href="${this._workspacePath}/create/${block.contentElementTypeKey}">
href="${this._workspacePath}create/${block.contentElementTypeKey}">
<uui-icon .name=${block.icon ?? ''}></uui-icon>
</uui-card-block-type>
`,