Skip to content

Commit 52821b2

Browse files
committed
Merge branch 'develop'
2 parents 318d9d7 + 9d39a94 commit 52821b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/jobRate/JobCurrentSituation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ export default function JobCurrentSituation() {
2525
{classItem.employment_rate_response_list.map((data) => (
2626
<div
2727
key={data.id}
28-
className="bg-[#fff] border border-[#F7F7F7] rounded-md w-[100px] h-[44px] p-1"
28+
className="bg-[#fff] border border-[#F7F7F7] rounded-md w-[100px] h-[44px] p-1 flex"
2929
>
3030
<img
3131
src={`${BASE_URL}/${data.logo_url}`}
3232
alt={`${data.company_name} 로고`}
33-
className="w-[100px] h-[44px]rounded-md"
33+
className="rounded-md"
3434
/>
3535
</div>
3636
))}

0 commit comments

Comments
 (0)