Skip to content

Commit

Permalink
Added Location in Job listings (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkraj07 authored Aug 26, 2024
1 parent 8695a24 commit 51af869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/all-jobs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const AllJobs = async ({ searchParams }: PaginatorProps) => {
<div className="flex gap-2 text-xs text-muted-foreground">
<span className="flex items-center gap-0.5">
<Icon icon="location" size={12} />
{job.workMode}
{job.location}{' '}
<span className="capitalize">({job.workMode})</span>
</span>
<span className="flex items-center gap-0.5">
{job.minSalary && <Icon icon="currency" size={12} />}
Expand Down

0 comments on commit 51af869

Please sign in to comment.