Skip to content

Commit 28d8ee1

Browse files
authored
Merge pull request #275 from golters/dev
test update
2 parents 0db9b35 + d5dcfc5 commit 28d8ee1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

client/src/favicon.ico

-8.51 KB
Binary file not shown.

client/src/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7+
<meta name="description" content="A webcore chat room in the style of an old school retro text adventure / multi user dungeon">
78
<title>MUDGOLT</title>
8-
<link rel="shortcut icon" href="./favicon.ico">
9+
<link rel="icon" href="./favicon.ico">
910
</head>
1011
<body>
1112
<script src="../src/index.ts"></script>

client/src/utils/icon.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class IconUtil {
6060
this.changeFavicon(`${canvas.toDataURL}`)
6161

6262
//return canvas.toDataURL()
63-
return "./favicon.icon"
63+
return "../../favicon.icon"
6464
}
6565

6666
}

0 commit comments

Comments
 (0)