mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update links reference (#1243)
This commit is contained in:
@ -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>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user