Skip to content

Commit fa00f83

Browse files
authored
Merge pull request #43 from blaybus-hackathon/feat/13/header
refactor: fix .svg to .ico
2 parents 5cc7f5d + 7176b9e commit fa00f83

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>돌봄워크: 더 쉬운 돌봄 서비스</title>
88
</head>
File renamed without changes.

0 commit comments

Comments
 (0)