Skip to content

Commit

Permalink
fix(cxl-ui): added a comma before the name in the dashboard header
Browse files Browse the repository at this point in the history
  • Loading branch information
Hener Hoop committed Oct 10, 2023
1 parent b6b142f commit 1a10e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cxl-ui/src/components/cxl-dashboard-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class CXLDashboardHeaderElement extends LitElement {
: ''}
<div class="titles">
<span class="subtitle">${this.subtitle}</span>
<h1 class="title">${this.title} ${this.name}.</h1>
<h1 class="title">${this.title}, ${this.name}.</h1>
</div>
</header>
<section class="content">
Expand Down

0 comments on commit 1a10e8c

Please sign in to comment.