mirror of
https://github.com/usememos/memos.git
synced 2025-12-15 21:29:52 +08:00
chore: fix frontend linter
This commit is contained in:
parent
6007f48b7d
commit
0bddbba00e
1 changed files with 2 additions and 2 deletions
|
|
@ -84,10 +84,10 @@ const Resources = () => {
|
||||||
<p className="text-xs shrink text-gray-400 truncate">{resource.filename}</p>
|
<p className="text-xs shrink text-gray-400 truncate">{resource.filename}</p>
|
||||||
<Link
|
<Link
|
||||||
className="shrink-0 text-xs ml-1 text-gray-400 hover:underline hover:text-blue-600"
|
className="shrink-0 text-xs ml-1 text-gray-400 hover:underline hover:text-blue-600"
|
||||||
to={`/m/${resource.relatedMemoId}`}
|
to={`/m/${resource.memoId}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
#{resource.relatedMemoId}
|
#{resource.memoId}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue