Skip to content

Commit

Permalink
VACMS-17560 CTA link fix (#29061)
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays authored Apr 9, 2024
1 parent 8bea9a2 commit 1e3bfc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/applications/static-pages/cta-widget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,11 @@ export class CallToActionWidget extends Component {

// Show the CTA link.
return (
<a href={this._toolUrl} target={target}>
<a
className="vads-c-action-link--green"
href={this._toolUrl}
target={target}
>
{linkText}
</a>
);
Expand Down

0 comments on commit 1e3bfc1

Please sign in to comment.