add rel=me to social icon link; address #511

This commit is contained in:
Ginger Wong 2021-01-09 16:40:38 -08:00
parent cd52e5b0a3
commit 3719dd04f5

View File

@ -36,7 +36,7 @@ function SocialIcon(props) {
return ( return (
html` html`
<a class=${itemClass} target="_blank" href=${url}> <a class=${itemClass} target="_blank" rel="me" href=${url}>
<span class="platform-icon rounded-lg bg-no-repeat" <span class="platform-icon rounded-lg bg-no-repeat"
style=${style} title="Find me on ${name}"></span> style=${style} title="Find me on ${name}"></span>
<span class=${labelClass}>Find me on ${name}</span> <span class=${labelClass}>Find me on ${name}</span>