Skip to content

Commit

Permalink
breaking lit-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 18, 2024
1 parent fd61e76 commit 330aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fab/fab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class ZetaFab extends Flavored(BaseButton) {
return html`
<button ?disabled=${this.disabled} value=${ifDefined(this.value)} name=${ifDefined(this.name)} type=${ifDefined(this.type)}>
<zeta-icon .rounded=${this.rounded}><slot></slot></zeta-icon>
</button>
</button
`;
}
// private getLabel() {
Expand Down

0 comments on commit 330aad6

Please sign in to comment.