chore: update links reference (#1243)

This commit is contained in:
boojack
2023-03-04 15:06:01 +08:00
committed by GitHub
parent 6ab58f294e
commit dd625d8edc
12 changed files with 17 additions and 23 deletions

View File

@ -209,7 +209,7 @@ const Memo: React.FC<Props> = (props: Props) => {
</span>
</Tooltip>
{isVisitorMode && (
<a className="ml-2 opacity-60 text-sm" href={`/u/${memo.creatorId}`}>
<a className="name-text" href={`/u/${memo.creatorId}`}>
@{memo.creatorName}
</a>
)}