mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Try and make the file formatted in the same way as it was previously
This commit is contained in:
parent
03c74f4732
commit
239788d048
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ 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">
|
||||
<span className="at">@</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue