mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
[resumes][feat] Display location text in resume browse page (#340)
This commit is contained in:
@ -35,8 +35,11 @@ export default function BrowseListItem({ href, resumeInfo }: Props) {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-span-3 self-center text-sm text-slate-500">
|
||||
Uploaded {formatDistanceToNow(resumeInfo.createdAt)} ago by{' '}
|
||||
{resumeInfo.user}
|
||||
<div>
|
||||
Uploaded {formatDistanceToNow(resumeInfo.createdAt)} ago by{' '}
|
||||
{resumeInfo.user}
|
||||
</div>
|
||||
<div className="mt-2 text-slate-400">{resumeInfo.location}</div>
|
||||
</div>
|
||||
<ChevronRightIcon className="col-span-1 w-8 self-center justify-self-center" />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user