Skip to content

Commit

Permalink
chore: ui improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-eof committed Apr 30, 2023
1 parent 43e4ac3 commit cf755c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/job/JobOffersRequests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ function JobComponent({ job }: JobProps) {
</Skeleton>
)}
{!job.pictureName && (
<Skeleton width={{ base: '100%', sm: '200px' }} isLoaded={imageLoaded}>
<Skeleton width={{ base: '100%', sm: '300px' }} isLoaded={imageLoaded}>
<Image
objectFit="cover"
maxW={{ base: '100%', sm: '200px' }}
maxW={{ base: '100%', sm: '300px' }}
h={{ base: '100%', sm: '100%' }}
src={'/api/v1/jobPicture/files/no_image.png'}
alt="Job Picture"
Expand Down

0 comments on commit cf755c0

Please sign in to comment.