mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
new tab
This commit is contained in:
parent
f63eed53b1
commit
f98221e36a
1 changed files with 5 additions and 1 deletions
|
|
@ -56,7 +56,11 @@ export default function Person({ person, currentTag }) {
|
|||
|
||||
{person.twitter && (
|
||||
<span>
|
||||
<a href={`https://twitter.com/${person.twitter}`}>
|
||||
<a
|
||||
href={`https://twitter.com/${person.twitter}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<span className="at">@</span>
|
||||
{person.twitter.replace('@', '')}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue