Skip to content

Commit 053ccb9

Browse files
committed
fix: attributes on GitHub link
1 parent 761b726 commit 053ccb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Addon.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<a
2424
:href="url"
2525
target="_blank"
26-
ref="nofollow noreferrer noopener external"
27-
title="View on Github"
26+
rel="nofollow noreferrer noopener external"
27+
title="View on GitHub"
2828
class="github-link"
2929
><CodeIcon icon="github"
3030
/></a>

0 commit comments

Comments
 (0)