Skip to content

Commit cfd0a69

Browse files
committed
update in call to action file about contact button opening in new tab
1 parent a62e9b0 commit cfd0a69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/partials/CallToAction.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const { call_to_action } = Astro.props;
3333
<a
3434
class="btn btn-primary"
3535
href={call_to_action.data.button.link}
36+
target="_blank"
3637
>
3738
{call_to_action.data.button.label}
3839
</a>

0 commit comments

Comments
 (0)