Skip to content

Commit a199362

Browse files
committed
Updated icon to circle OverVue logo
1 parent b8ef295 commit a199362

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src-electron/icons/icon.icns

-217 KB
Binary file not shown.

src-electron/icons/icon.ico

66 KB
Binary file not shown.

src-electron/icons/icon.png

481 Bytes
Loading

src/index.template.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<script src="https://kit.fontawesome.com/647682ac21.js" crossorigin="anonymous"></script>
1212

1313

14-
<link rel="icon" type="image/png" sizes="128x128" href="icons/favicon-128x128.png">
15-
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
17-
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
18-
<link rel="icon" type="image/ico" href="favicon.ico">
14+
<link rel="icon" type="image/png" href="statics/app-logo-128x128.png">
15+
<link rel="icon" type="image/png" sizes="16x16" href="statics/icons/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">
17+
<link rel="icon" type="image/png" sizes="96x96" href="statics/icons/favicon-96x96.png">
18+
<link rel="icon" type="image/ico" href="statics/icons/favicon.ico">
1919
<!-- <link
2020
rel="stylesheet"
2121
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"

0 commit comments

Comments
 (0)