Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit f72d084

Browse files
committed
feat: Add favicon
1 parent ea69628 commit f72d084

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/head.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function Head() {
44
<title>Diary</title>
55
<meta content="width=device-width, initial-scale=1" name="viewport" />
66
<meta name="description" content="An extensive transition diary" />
7-
<link rel="icon" href="data:," />
7+
<link rel="icon" href="/icon-light.png" />
88
</>
99
);
1010
}

public/icon-light.png

2.75 KB
Loading

0 commit comments

Comments
 (0)