mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
add rel=me to social icon link; address #511
This commit is contained in:
parent
cd52e5b0a3
commit
3719dd04f5
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user