Skip to content

Commit

Permalink
Merge branch 'feature/non-breaking-a11y-button' of github.com:sirrah-…
Browse files Browse the repository at this point in the history
…tam/pharos into feature/non-breaking-a11y-button
  • Loading branch information
sirrah-tam committed Dec 8, 2023
2 parents 45d2180 + 50ee900 commit b1779ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pharos/src/components/button/pharos-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export class PharosButton extends ScopedRegistryMixin(FocusMixin(AnchorElement))
}

protected override render(): TemplateResult {
// Remove in future release once sufficient time elapsed to update naming convention
// TODO: Remove in future release once sufficient time elapsed to update naming convention
const a11yLabel = this.a11yLabel ?? this.label;
const a11yPressed = this.a11yPressed ?? this.pressed;

Expand Down

0 comments on commit b1779ec

Please sign in to comment.