Skip to content

Commit a4b28b1

Browse files
Fix website icon
1 parent fe998da commit a4b28b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/images/512x512.png

23.4 KB
Loading

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- This stylesheet is only needed for the website, and will return a 404 in the Electron app, as it's bundled using webpack: -->
1919
<link rel="stylesheet" href="index.css" />
20-
<link rel="icon" type="image/x-icon" href="/images/512x512.png" />
20+
<link rel="icon" type="image/x-icon" href="../images/512x512.png" />
2121
</head>
2222
<body>
2323
<div class="container">

0 commit comments

Comments
 (0)