1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-23 14:36:02 +09:00

프로필 링크에 rel=me 추가

This commit is contained in:
robin* 2022-11-06 02:20:51 +09:00
parent ad211f415d
commit 0b497ea32d

View File

@ -45,7 +45,7 @@ export class PageUserIndex extends React.Component<Props, State>
<p>
{user.questionBoxName || '질문함'}&nbsp;
<a href={user.url || `https://${user.hostName}/@${user.acct.split('@')[0]}`}
rel="nofollow">
rel="nofollow me">
Mastodon
</a>
</p>