mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
add rel=me to social icon link; address #511
This commit is contained in:
parent
cd52e5b0a3
commit
3719dd04f5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function SocialIcon(props) {
|
|||
|
||||
return (
|
||||
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"
|
||||
style=${style} title="Find me on ${name}"></span>
|
||||
<span class=${labelClass}>Find me on ${name}</span>
|
||||
|
|
Loading…
Reference in a new issue