mirror of https://gitlab.com/bashrc2/epicyon
Remove icon with similar resolution
parent
0845570e40
commit
4406bb768e
|
@ -6053,11 +6053,6 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
"type": "image/png",
|
||||
"sizes": "150x150"
|
||||
},
|
||||
{
|
||||
"src": "/logo152.png",
|
||||
"type": "image/png",
|
||||
"sizes": "152x152"
|
||||
},
|
||||
{
|
||||
"src": "/apple-touch-icon.png",
|
||||
"type": "image/png",
|
||||
|
@ -13525,7 +13520,6 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
self.path == '/logo128.png' or \
|
||||
self.path == '/logo144.png' or \
|
||||
self.path == '/logo150.png' or \
|
||||
self.path == '/logo152.png' or \
|
||||
self.path == '/logo192.png' or \
|
||||
self.path == '/logo256.png' or \
|
||||
self.path == '/logo512.png' or \
|
||||
|
|
BIN
img/logo152.png
BIN
img/logo152.png
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue