From 1a10e8c3a5ed587f384e7bdc9130e30582f7a1fa Mon Sep 17 00:00:00 2001 From: Hener Hoop Date: Tue, 10 Oct 2023 14:01:43 +0300 Subject: [PATCH] fix(cxl-ui): added a comma before the name in the dashboard header https://app.clickup.com/t/86ayff6df --- packages/cxl-ui/src/components/cxl-dashboard-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cxl-ui/src/components/cxl-dashboard-header.js b/packages/cxl-ui/src/components/cxl-dashboard-header.js index edf802600..930846cad 100644 --- a/packages/cxl-ui/src/components/cxl-dashboard-header.js +++ b/packages/cxl-ui/src/components/cxl-dashboard-header.js @@ -100,7 +100,7 @@ export class CXLDashboardHeaderElement extends LitElement { : ''}
${this.subtitle} -

${this.title} ${this.name}.

+

${this.title}, ${this.name}.