diff --git a/packages/visual-editor/src/components/atoms/cta.tsx b/packages/visual-editor/src/components/atoms/cta.tsx index e13deaace..dda8110de 100644 --- a/packages/visual-editor/src/components/atoms/cta.tsx +++ b/packages/visual-editor/src/components/atoms/cta.tsx @@ -455,7 +455,7 @@ export const CTA = (props: CTAProps) => { }} > {linkContent} - {openInNewTab && ( + {openInNewTab && ctaType !== "presetImage" && (