Commit b5d5281 1 parent 92ce525 commit b5d5281 Copy full SHA for b5d5281
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import '../styles/Banner.css';
2
2
3
3
export function Banner ( children ) {
4
4
return (
5
- < div class = "banner_container" >
6
- < div class = "banner_info" >
7
- < p class = "banner_text" > { children . toptext } </ p >
8
- < p class = "banner_text" > { children . bottomtext } </ p >
5
+ < div className = "banner_container" >
6
+ < div className = "banner_info" >
7
+ < p className = "banner_text" > { children . toptext } </ p >
8
+ < p className = "banner_text" > { children . bottomtext } </ p >
9
9
{ children . link && (
10
10
< a href = "items.html" >
11
11
< button className = "look_around_button" > 구경하러 가기</ button >
@@ -14,7 +14,7 @@ export function Banner(children) {
14
14
) }
15
15
16
16
</ div >
17
- < img class = "banner_image" src = { children . image } />
17
+ < img className = "banner_image" src = { children . image } />
18
18
</ div >
19
19
) ;
20
20
}
You can’t perform that action at this time.
0 commit comments