Skip to content

Commit

Permalink
✅ remove h3 attribute usages in Item tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobe committed Dec 9, 2024
1 parent c8c8355 commit 9ef93f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const ReorderList: Story = {
reorderable="true"
>
<kirby-label>
<h3 [ngClass]="{ 'kirby-text-bold': !isSubItem }">{{ reorderItem.title }}</h3>
<p class="kirby-item-title" [ngClass]="{ 'kirby-text-bold': !isSubItem }">{{ reorderItem.title }}</p>
<p *ngIf="!reorderItem.isOwnAccount" class="kirby-item-detail">{{ reorderItem.ownerName }}</p>
</kirby-label>
<kirby-toggle slot="end" checked="true"></kirby-toggle>
Expand Down

0 comments on commit 9ef93f8

Please sign in to comment.