Make sure the return value is identical

Created Diff never expires
1 removal
Words removed1
Total words35
Words removed (%)2.86
18 lines
0 additions
Words added0
Total words34
Words added (%)0.00
17 lines
return (
return (
<div className={`cta-block-box ${className}`}>
<div className={`cta-block-box ${className}`}>
<a
<a
className="cta-box-link"
className="cta-box-link"
href={linkHref}
style={{ backgroundImage: "url(" + mediaURL + ")" }}
style={{ backgroundImage: "url(" + mediaURL + ")" }}
rel="noopener noreferrer"
rel="noopener noreferrer"
>
>
<div className={boxClass}>
<div className={boxClass}>
<h3>
<h3>
{boxTitle}
{boxTitle}
</h3>
</h3>
{contentDescription}
{contentDescription}
<span className="arrow">{linkText ? linkText : linkTitle}</span>
<span className="arrow">{linkText ? linkText : linkTitle}</span>
</div>
</div>
</a>
</a>
</div>
</div>
);
);