1
0

Update logo and favicon (#177)

This commit is contained in:
Peter Coyne
2022-12-09 08:14:40 +00:00
committed by GitHub
parent cc83bc319c
commit 7caacc2ebf
8 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async function prepareAssets(dist: string) {
await copy("web/index.html", `${dist}/web/index.html`, {
overwrite: true,
});
await copy("web/images/favicon.gif", `${dist}/web/favicon.gif`, {
await copy("web/images/favicon.png", `${dist}/web/favicon.png`, {
overwrite: true,
});
await copy("web/images/logo.png", `${dist}/web/logo.png`, {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 911 KiB

After

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -38,7 +38,7 @@
<link rel="stylesheet" href="/main.css" />
<script type="module" src="/client.js"></script>
<link rel="manifest" href="/manifest.json" -->
<link rel="icon" type="image/x-icon" href="/favicon.gif" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
</head>
<body>
<div id="sb-root"></div>