Try and make the file formatted in the same way as it was previously

This commit is contained in:
Salma Alam-Naylor 2024-11-15 12:25:40 +00:00
parent 03c74f4732
commit 239788d048

View file

@ -96,7 +96,7 @@ export default function Person({ person }) {
{/* If they have a mastodon, and no twitter, show that */} {/* If they have a mastodon, and no twitter, show that */}
{person.mastodon && !person.twitter && ( {person.mastodon && !person.twitter && (
<div className="SocialHandle"> <div className="SocialHandle">
<a href={`https://${mastodonServer}/@${mastodonHandle}`} <a href={`https://${mastodonServer}/@${mastodonHandle}`}
target="_blank" target="_blank"
rel="noopener noreferrer"> rel="noopener noreferrer">
<span className="at">@</span> <span className="at">@</span>