Skip to content

Commit

Permalink
[fix]: added spacing between not and disclosed
Browse files Browse the repository at this point in the history
  • Loading branch information
VineeTagarwaL-code committed Sep 17, 2024
1 parent 81c28e0 commit e585103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/job-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const JobCard = async ({ searchParams }: PaginatorProps) => {
<span className="flex justify-between items-center gap-0.5 text-3xl overflow-hidden">
{job.minSalary && job.maxSalary
? `$${formatSalary(job.maxSalary)}`
: 'NotDisclosed'}
: 'Not Disclosed'}
</span>
<p className=" md:text-right text-xs text-muted-foreground mt-1">
per annum
Expand Down

0 comments on commit e585103

Please sign in to comment.