Skip to content

Commit cf91358

Browse files
committed
Fix: social link titles
1 parent 0276d74 commit cf91358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_components/my-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class MyNavigationBar extends LitElement {
7373

7474
static renderSocial(type, link, label) {
7575
return html` <div class="social">
76-
<a href="${link}" title="RSS">
76+
<a href="${link}" title="${label}">
7777
<img src="/images/${type}.svg" class="icon" alt="${type} label" />
7878
${label}
7979
</a>

0 commit comments

Comments
 (0)