File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const icons = {
4
4
door : '/svgs/navbar/door.svg' ,
5
5
moreHoriz : '/svgs/navbar/moreHoriz.svg' ,
6
6
moreVert : '/svgs/navbar/moreVert.svg' ,
7
- mypage : '/svgs/navbar/mypage.svg' ,
7
+ myPage : '/svgs/navbar/mypage.svg' ,
8
8
search : '/svgs/navbar/search.svg' ,
9
9
plus : '/svgs/navbar/plus.svg' ,
10
10
} ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const Login = () => {
13
13
}
14
14
} ) ;
15
15
} ;
16
+
16
17
return (
17
18
< div className = "fixed inset-0 flex items-center justify-center bg-black bg-opacity-50" >
18
19
< div
@@ -32,7 +33,13 @@ const Login = () => {
32
33
</ div >
33
34
</ div >
34
35
< div className = "w-full flex justify-center items-center" >
35
- < Image src = { svgs . login } alt = "logo" width = { 370 } height = { 370 } />
36
+ < Image
37
+ src = { svgs . login }
38
+ alt = "logo"
39
+ width = { 370 }
40
+ height = { 258 }
41
+ style = { { width : 370 , height : 258 } }
42
+ />
36
43
</ div >
37
44
</ div >
38
45
{ /* RIGHT */ }
Original file line number Diff line number Diff line change @@ -37,7 +37,13 @@ const Page = () => {
37
37
< div className = "absolute top-0 opacity-50 w-full h-[100vh] flex justify-center items-center bg-[#8c8c8c]" >
38
38
< div className = "w-[650px] h-[500px] bg-white drop-shadow-xl rounded-lg flex justify-center items-center" >
39
39
< div className = "text-xl text-gray-400" >
40
- < Image src = { gifs . eclipse } alt = "loading" width = { 70 } height = { 70 } />
40
+ < Image
41
+ src = { gifs . eclipse }
42
+ alt = "loading"
43
+ width = { 70 }
44
+ height = { 70 }
45
+ priority
46
+ />
41
47
</ div >
42
48
</ div >
43
49
</ div >
Original file line number Diff line number Diff line change @@ -43,7 +43,13 @@ const Page = () => {
43
43
νμ΅μ νΈμμ±μ ν₯μμν€κ³ μ¦κ²κ² νμ΅νλ κ²½νμ λ§λ½ν΄ 보μΈμ!
44
44
</ div >
45
45
< div >
46
- < Image src = { intro . introImg } width = { 500 } height = { 500 } alt = "mainImg" />
46
+ < Image
47
+ src = { intro . introImg }
48
+ width = { 500 }
49
+ height = { 500 }
50
+ alt = "mainImg"
51
+ priority
52
+ />
47
53
</ div >
48
54
< button
49
55
onClick = { openModal }
You canβt perform that action at this time.
0 commit comments