From f974b467e22b79acc9276ae55de337ad23a49dfb Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Sat, 23 Nov 2024 19:17:02 +0530 Subject: [PATCH] Remove unnecessary classes and data attributes from block components in HBS. --- app/components/concept.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/concept.hbs b/app/components/concept.hbs index c1350c11a..5f80489c8 100644 --- a/app/components/concept.hbs +++ b/app/components/concept.hbs @@ -50,10 +50,10 @@ {{#each this.allBlocks as |block|}} {{#if (eq block.type "markdown")}} {{! @glint-expect-error: block isn't typed as MarkdownBlock }} - + {{else if (eq block.type "concept_animation")}} {{! @glint-expect-error: block isn't typed as ConceptAnimationBlock }} - + {{/if}} {{/each}} \ No newline at end of file