diff --git a/src/components/fab/fab.ts b/src/components/fab/fab.ts index 2beb806..4a6fe1c 100644 --- a/src/components/fab/fab.ts +++ b/src/components/fab/fab.ts @@ -63,7 +63,7 @@ export class ZetaFab extends Flavored(BaseButton) { `; } - // TESTING + // TESTING END // private getLabel() { // return this.label ? html`
${this.label}
` : nothing;