Skip to content

Commit 49759ca

Browse files
committed
fix :: 이미지 크기 오류
1 parent f4d4f53 commit 49759ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/jobRate/JobCurrentSituation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function JobCurrentSituation() {
3030
<img
3131
src={`${BASE_URL}/${data.logo_url}`}
3232
alt={`${data.company_name} 로고`}
33-
className="w-full h-auto rounded-md"
33+
className="rounded-md w-[100px] h-[44px]"
3434
/>
3535
</div>
3636
))}

0 commit comments

Comments
 (0)