Skip to content

Commit

Permalink
fix(button): fix template typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523804709
  • Loading branch information
material-web-copybara authored and copybara-github committed Apr 12, 2023
1 parent 45c6cb2 commit a44bc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion button/lib/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export abstract class Button extends LitElement implements ButtonState {
${this.renderLeadingIcon()}
${this.renderLabel()}
${this.renderTrailingIcon()}
</${button}}>`;
</${button}>`;
}

protected getRenderClasses(): ClassInfo {
Expand Down

0 comments on commit a44bc3a

Please sign in to comment.