chore: added created by info for link

This commit is contained in:
Aaryan Khandelwal 2023-02-24 15:53:25 +05:30
parent df836d55d5
commit 9dd5b15cd3

View File

@ -57,8 +57,8 @@ export const LinksList: React.FC<Props> = ({ links, handleDeleteLink, userAuth }
<h5 className="w-4/5">{link.title}</h5>
<p className="mt-0.5 text-gray-500">
Added {timeAgo(link.created_at)}
{/* <br />
by {link.created_by_detail.email} */}
<br />
by {link.created_by_detail.email}
</p>
</div>
</a>