File tree Expand file tree Collapse file tree 7 files changed +42
-22
lines changed
Expand file tree Collapse file tree 7 files changed +42
-22
lines changed Original file line number Diff line number Diff line change 22< html lang ="ko ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " href ="/favicon.ico " />
5+ < link rel ="icon " href ="/public/ favicon.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < meta name ="theme-color " content ="#000000 " />
88 < meta
99 name ="description "
1010 content ="CS 지식을 해설과 함께 전달하는 메일 서비스 "
1111 />
12- < link rel ="apple-touch-icon " href ="/logo192 .png " />
12+ < link rel ="apple-touch-icon " href ="/public/cs25 .png " />
1313 < link rel ="manifest " href ="/manifest.json " />
1414 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1515 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
Original file line number Diff line number Diff line change 88 "type" : " image/svg+xml"
99 },
1010 {
11- "src" : " cs25_logo .png" ,
11+ "src" : " cs25 .png" ,
1212 "type" : " image/png" ,
1313 "sizes" : " 192x192"
1414 }
Original file line number Diff line number Diff line change @@ -34,12 +34,11 @@ const Header: React.FC = () => {
3434 className = "flex items-center cursor-pointer"
3535 onClick = { ( ) => navigate ( '/' ) }
3636 >
37- < span className = "text-2xl font-bold text-slate-800" >
38- CS
39- </ span >
40- < span className = "text-2xl font-bold text-blue-500" >
41- 25
42- </ span >
37+ < img
38+ src = "/cs25.png"
39+ alt = "CS25"
40+ className = "h-8 w-auto"
41+ />
4342 </ div >
4443 </ div >
4544
You can’t perform that action at this time.
0 commit comments