Skip to content

Commit 6461f5e

Browse files
committed
chore: CS25 로고 변경
1 parent 2d7a9b6 commit 6461f5e

File tree

7 files changed

+42
-22
lines changed

7 files changed

+42
-22
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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>

public/cs25.png

33.5 KB
Loading

public/cs25_logo.png

-107 KB
Binary file not shown.

public/cs25_white.png

43 KB
Loading

public/favicon.svg

Lines changed: 34 additions & 13 deletions
Loading

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "image/svg+xml"
99
},
1010
{
11-
"src": "cs25_logo.png",
11+
"src": "cs25.png",
1212
"type": "image/png",
1313
"sizes": "192x192"
1414
}

src/components/common/Header.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)