Skip to content

Commit 7f7d174

Browse files
Merge pull request #15 from lokeshkumarcv/main
Update in "calltoaction" file on Contact Button Opening in New tab
2 parents a62e9b0 + e8b499d commit 7f7d174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/partials/CallToAction.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const { call_to_action } = Astro.props;
3333
<a
3434
class="btn btn-primary"
3535
href={call_to_action.data.button.link}
36+
target="_blank"
37+
rel="noopener noreferrer"
3638
>
3739
{call_to_action.data.button.label}
3840
</a>

0 commit comments

Comments
 (0)