Skip to content

Commit

Permalink
feat: 보호소, 봉사자 앱 title, icon 변경 (#339)
Browse files Browse the repository at this point in the history
* feat(shelter, volunteer): anifriends logo favicon 추가

* feat(shelter, volunteer): index.html의 title, icon 변경
  • Loading branch information
sukvvon authored Dec 29, 2023
1 parent 24dda61 commit 2635b12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/shelter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="/favicon.ico" />
<link
rel="preload"
href="https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/IBMPlexSansKR-Regular.woff"
Expand All @@ -11,7 +11,7 @@
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>보호소 어플리케이션</title>
<title>Anifriends</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added apps/shelter/public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions apps/volunteer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="/favicon.ico" />
<link
rel="preload"
href="https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/IBMPlexSansKR-Regular.woff"
Expand All @@ -11,7 +11,7 @@
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>봉사자 어플리케이션</title>
<title>Anifriends</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added apps/volunteer/public/favicon.ico
Binary file not shown.

0 comments on commit 2635b12

Please sign in to comment.