Skip to content

Commit

Permalink
Fix: lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAmariya committed Sep 1, 2024
1 parent 58aef4c commit 1d59e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobCard/JobCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const JobCard: FC<JobCardProps> = ({ job }) => {

return <Card sx={{ bgcolor: 'primary.dark', width: '100%' }}>
<CardContent>
<Grid item xs={12} md={2} display={{ xs: 'flex', sm: 'flex', md: 'none' }} alignItems="center" justifyContent="right" sx={{ marginBottom: { xs: 4, sm: 4 }, marginRight: 2 }}>
<Grid item xs={12} md={2} display={{ xs: 'flex', sm: 'flex', md: 'none' }} alignItems="center" justifyContent="right" sx={{ marginBottom: { xs: 4, sm: 4 }, marginRight: 2 }}>
<AccessTimeIcon sx={{ marginRight: 1 }} />
<Typography fontSize="body2">
{job.publicationDate}
Expand Down

0 comments on commit 1d59e47

Please sign in to comment.