Skip to content

Commit

Permalink
Remove references to the old logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Nov 16, 2023
1 parent cc9f6ae commit 9d8655c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
Binary file removed favicon-128.png
Binary file not shown.
Binary file removed favicon-192.png
Binary file not shown.
Binary file removed favicon-48.png
Binary file not shown.
2 changes: 1 addition & 1 deletion js/client-topbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
for (var i in app.rooms) {
if (app.rooms[i] !== app.curRoom && app.rooms[i].notificationClass === ' notifying') notificationClass = ' notifying';
}
var buf = '<ul><li><a class="button minilogo' + notificationClass + '" href="' + app.root + '"><img src="' + Dex.resourcePrefix + 'favicon-128.png" width="32" height="32" alt="Pok&eacute;mon Showdown! (beta)" /><i class="fa fa-caret-down" style="display:inline-block"></i></a></li></ul>';
var buf = '<ul><li><a class="button minilogo' + notificationClass + '" href="' + app.root + '"><img src="' + Dex.resourcePrefix + 'favicon-256.png" width="32" height="32" alt="Pok&eacute;mon Showdown! (beta)" /><i class="fa fa-caret-down" style="display:inline-block"></i></a></li></ul>';

buf += '<ul>' + this.renderRoomTab(app.curRoom) + '</ul>';

Expand Down
9 changes: 2 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
"sizes": "16x16"
},
{
"src": "favicon-48.png",
"src": "favicon-32.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "favicon-192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "32x32"
},
{
"src": "favicon-256.png",
Expand Down
3 changes: 1 addition & 2 deletions showdown.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"icons": {
"16": "/favicon-16.png",
"32": "/favicon-32.png",
"48": "/favicon-48.png",
"128": "/favicon-128.png"
"256": "/favicon-256.png"
},
"developer": {
"name": "Guangcong Luo",
Expand Down

0 comments on commit 9d8655c

Please sign in to comment.