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
247b0f3c3c
commit
337da1d179
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ export default function Person({ person }) {
|
|||
{/* If they have a mastodon, and no twitter, show that */}
|
||||
{person.mastodon && !person.twitter && (
|
||||
<div className="SocialHandle">
|
||||
<a href={`https://${mastodonServer}/@${mastodonHandle}`}
|
||||
<a
|
||||
href={`https://${mastodonServer}/@${mastodonHandle}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue