Skip to content

Commit

Permalink
fix: add TODO for future reference
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Hillard <[email protected]>
  • Loading branch information
sirrah-tam and daneah authored Dec 5, 2023
1 parent 561de92 commit 50ee900
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 50ee900

Please sign in to comment.