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