mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 09:41:58 +03:00
chore: update resource description
This commit is contained in:
parent
fb1490c183
commit
51137e01ef
@ -82,7 +82,7 @@ const Resources = () => {
|
||||
</div>
|
||||
<div className="w-full flex flex-row justify-between items-center mt-1 px-1">
|
||||
<div>
|
||||
<p className="text-xs text-gray-400">{new Date(resource.createdTs as any).toLocaleDateString()}</p>
|
||||
<p className="text-xs text-gray-400">{resource.type}</p>
|
||||
</div>
|
||||
<Link
|
||||
className="flex flex-row justify-start items-center text-gray-400 hover:underline hover:text-blue-600"
|
||||
|
Loading…
Reference in New Issue
Block a user