Skip to content

Commit

Permalink
Merge pull request #85 from boostcampwm-2022/feat/#84
Browse files Browse the repository at this point in the history
애플리케이션 title 변경 및 favicon 설정
  • Loading branch information
YuriKwon authored Nov 29, 2022
2 parents 61e9ed1 + 26858d3 commit c3d4ac6
Show file tree
Hide file tree
Showing 5 changed files with 3,742 additions and 186 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>ChoBab</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit c3d4ac6

Please sign in to comment.