Skip to content

Commit 96040a1

Browse files
committed
add link attributes
1 parent 5dbdd87 commit 96040a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Footer.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const trimmedMessage = limitString(message, messageLength);
4545
<Link
4646
href={`mailto:${AUTHOR_EMAIL}`}
4747
title="Nemanja's email"
48+
target="_blank"
49+
rel="me noreferrer noopener"
4850
class="flex items-center gap-2 text-base xs:text-lg"
4951
variant="nav"
5052
>

0 commit comments

Comments
 (0)