[resumes][chore] Add todo

pull/325/head
Tan Su Yin 3 years ago
parent f4005a91f8
commit 3b0d529652

@ -34,6 +34,7 @@ export default function BrowseListItem({ href, resumeInfo }: Props) {
</div> </div>
</div> </div>
<div className="self-center text-sm text-slate-500"> <div className="self-center text-sm text-slate-500">
{/* TODO: Replace hardcoded days ago with calculated days ago*/}
Uploaded 2 days ago by {resumeInfo.user} Uploaded 2 days ago by {resumeInfo.user}
</div> </div>
<ChevronRightIcon className="w-8" /> <ChevronRightIcon className="w-8" />

Loading…
Cancel
Save