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
|
<a
|
||||||
href={`https://twitter.com/${person.twitter.replace("@", "")}`}
|
href={`https://twitter.com/${person.twitter.replace("@", "")}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer">
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<span className="at">@</span>
|
<span className="at">@</span>
|
||||||
{person.twitter.replace("@", "")}
|
{person.twitter.replace("@", "")}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue