Skip to content

Commit 8cfcb98

Browse files
committed
Change browser tab icon
1 parent 79ac28f commit 8cfcb98

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed
-37.5 KB
Binary file not shown.

app/src/public/icons/win/favIcon.ico

61.6 KB
Binary file not shown.
37.8 KB
Binary file not shown.

index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Reactype</title>
6+
<title>ReacType</title>
77
<link
88
rel="stylesheet"
99
type="text/css"
1010
href="./app/src/public/styles/style.css"
1111
/>
12-
<link
13-
rel="icon"
14-
type="image/x-icon"
15-
href="/app/src/public/icons/win/blue-R-white-bg.png"
16-
/>
12+
<link href="light-mode.ico" rel="icon" media="(prefers-color-scheme: light)">
13+
<link href="dark-mode.ico" rel="icon" media="(prefers-color-scheme: dark)">
1714
</head>
1815
<body>
1916
<main id="app"></main>

0 commit comments

Comments
 (0)