From f5d310d2e2b9dbe775a5f61f9efaf1fba1f8c3fa Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Mon, 23 Dec 2024 15:26:21 +0000 Subject: [PATCH] test --- src/components/fab/fab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;