Skip to content

Commit f049162

Browse files
committed
fix:
1 parent 4cda622 commit f049162

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/+layout.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
aria-label="Github"
1717
target="_blank"
1818
href="https://github.com/spences10/sveltekit-embed"
19-
rel="noopener"
19+
rel="noopener noreferrer"
2020
class="btn btn-ghost drawer-button btn-square normal-case"
2121
>
2222
<GitHub height="30" width="30" fill="fill-white fill-primary" />
@@ -44,7 +44,7 @@
4444
class="link transition hover:text-secondary"
4545
href="https://scottspence.com"
4646
target="_blank"
47-
rel="noopener"
47+
rel="noopener noreferrer"
4848
>
4949
Scott Spence
5050
</a>
@@ -59,23 +59,23 @@
5959
<a
6060
aria-label="Twitter"
6161
target="_blank"
62-
rel="noopener"
62+
rel="noopener noreferrer"
6363
href="https://twitter.com/spences10"
6464
>
6565
<Twitter />
6666
</a>
6767
<a
6868
aria-label="GitHub"
6969
target="_blank"
70-
rel="noopener"
70+
rel="noopener noreferrer"
7171
href="https://github.com/spences10"
7272
>
7373
<GitHub />
7474
</a>
7575
<a
7676
aria-label="YouTube"
7777
target="_blank"
78-
rel="noopener"
78+
rel="noopener noreferrer"
7979
href="https://ss10/yt"
8080
>
8181
<YouTube />

0 commit comments

Comments
 (0)