diff --git a/packages/web-components/src/components/card/card.ts b/packages/web-components/src/components/card/card.ts index 2c7c9219d04..f1c14c7d56a 100644 --- a/packages/web-components/src/components/card/card.ts +++ b/packages/web-components/src/components/card/card.ts @@ -401,7 +401,6 @@ class C4DCard extends CTAMixin(StableSelectorMixin(CDSLink)) { } if (this._hasPictogram) { - this.onclick = () => window.open(this.href, '_self'); this.setAttribute('pictogram', ''); } else { this.removeAttribute('pictogram');