Skip to content

Commit a8397ef

Browse files
committed
feat(jump-links): add part to label
1 parent 27cbcf1 commit a8397ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pf-jump-links/pf-jump-links.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class PfJumpLinks extends LitElement {
125125
<details ?open="${this.expanded}" @toggle="${this.#onToggle}">
126126
<summary>
127127
<pf-icon icon="chevron-right"></pf-icon>
128-
<span id="label">${this.label}</span>
128+
<span part="label" id="label">${this.label}</span>
129129
</summary>
130130
<div role="listbox" aria-labelledby="label">
131131
<slot></slot>

0 commit comments

Comments
 (0)