Skip to content

Commit e8b499d

Browse files
Update CallToAction.astro
1 parent cfd0a69 commit e8b499d

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
@@ -34,6 +34,7 @@ const { call_to_action } = Astro.props;
3434
class="btn btn-primary"
3535
href={call_to_action.data.button.link}
3636
target="_blank"
37+
rel="noopener noreferrer"
3738
>
3839
{call_to_action.data.button.label}
3940
</a>

0 commit comments

Comments
 (0)