Merge branch 'FE/DefaultHomePage' into 'frontend'
[Front-End] fix : img 링크 수정 See merge request s11-webmobile1-sub2/S11P12A701!40
This commit is contained in:
commit
a8069bb562
@ -8,7 +8,7 @@ export default function ClassCard({ img, path, children }) {
|
||||
className={styles.card}
|
||||
>
|
||||
<img
|
||||
src={'img'}
|
||||
src={img}
|
||||
alt="강의 이미지"
|
||||
className={styles.thumbnail}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user