Skip to content

Commit

Permalink
fix(global): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Oct 2, 2023
1 parent da2d4b0 commit bb5360d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class C4DGlobalBanner extends StableSelectorMixin(LitElement) {
.assignedNodes()
.filter((elem) =>
(elem as HTMLElement).matches?.(
(this.constructor as typeof C4DglobalBanner).ctaButton
(this.constructor as typeof C4DGlobalBanner).ctaButton
)
);

Expand Down

0 comments on commit bb5360d

Please sign in to comment.