We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f015a26 commit 9d39a94Copy full SHA for 9d39a94
src/components/jobRate/JobCurrentSituation.tsx
@@ -25,12 +25,12 @@ export default function JobCurrentSituation() {
25
{classItem.employment_rate_response_list.map((data) => (
26
<div
27
key={data.id}
28
- className="bg-[#fff] border border-[#F7F7F7] rounded-md w-[100px] h-[44px] p-1"
+ className="bg-[#fff] border border-[#F7F7F7] rounded-md w-[100px] h-[44px] p-1 flex"
29
>
30
<img
31
src={`${BASE_URL}/${data.logo_url}`}
32
alt={`${data.company_name} 로고`}
33
- className="w-[100px] h-[44px]rounded-md"
+ className="rounded-md"
34
/>
35
</div>
36
))}
0 commit comments