mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Needs ()
This commit is contained in:
parent
8f59a46dd2
commit
77b165637d
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default function Person({ person }) {
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{person.twitter || person.mastodon && (
|
{(person.twitter || person.mastodon) && (
|
||||||
<div className="SocialHandle">
|
<div className="SocialHandle">
|
||||||
<a
|
<a
|
||||||
href={
|
href={
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue