pull/1284/head
xiang578 2023-03-28 11:57:35 +08:00
parent 99b5de6e0b
commit e9d6cb7929
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Profile extends Component {
<figure class="image is-128x128 mx-auto mb-2">
<img class={'u-photo avatar' + (avatarRounded ? ' is-rounded' : '')} src={avatar} alt={author} />
</figure>
{author ? <p class="title is-size-4 is-block p-name" style={{'line-height': 'inherit'}}>{author}</p> : null}
{author ? <p class="title is-size-4 is-block p-name" rel="author" style={{'line-height': 'inherit'}}>{author}</p> : null}
{authorTitle ? <p class="is-size-6 is-block">{authorTitle}</p> : null}
{location ? <p class="is-size-6 is-flex justify-content-center">
<i class="fas fa-map-marker-alt mr-1"></i>