Skip to content

Commit ee6aa49

Browse files
committed
update path for dynamtic icon for tab
1 parent 8cfcb98 commit ee6aa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
type="text/css"
1010
href="./app/src/public/styles/style.css"
1111
/>
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)">
12+
<link href="/app/src/public/icons/win/light-mode.ico" rel="icon" media="(prefers-color-scheme: light)">
13+
<link href="/app/src/public/icons/win/dark-mode.ico" rel="icon" media="(prefers-color-scheme: dark)">
1414
</head>
1515
<body>
1616
<main id="app"></main>

0 commit comments

Comments
 (0)