Skip to content

Commit f015a26

Browse files
committed
fix :: 이미지 사진 오류 해결
1 parent 824e7c7 commit f015a26

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="w-[100px] h-[44px]rounded-md"
3434
/>
3535
</div>
3636
))}

0 commit comments

Comments
 (0)