mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Update icon
This commit is contained in:
parent
d08387c859
commit
9c46e0aece
BIN
assets/apple-touch-icon.png
(Stored with Git LFS)
BIN
assets/apple-touch-icon.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/favicon.ico
(Stored with Git LFS)
BIN
assets/favicon.ico
(Stored with Git LFS)
Binary file not shown.
3
assets/favicon.png
Normal file
3
assets/favicon.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0269008f15998639e6bb067bfbfa22c385e6730e9de36b925dd50e86a8b5d7d
|
||||
size 9368
|
BIN
assets/favicon/favicon.png
(Stored with Git LFS)
BIN
assets/favicon/favicon.png
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c3511ae721986c8f7a96216711ad42a55aba0eaa079883aa049a3611273baec
|
||||
size 4240
|
BIN
assets/icons/128.png
(Stored with Git LFS)
BIN
assets/icons/128.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/16.png
(Stored with Git LFS)
BIN
assets/icons/16.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/192.png
(Stored with Git LFS)
BIN
assets/icons/192.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/256.png
(Stored with Git LFS)
BIN
assets/icons/256.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/32.png
(Stored with Git LFS)
BIN
assets/icons/32.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/512.png
(Stored with Git LFS)
BIN
assets/icons/512.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/64.png
(Stored with Git LFS)
BIN
assets/icons/64.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/icons/icon.svg
(Stored with Git LFS)
BIN
assets/icons/icon.svg
(Stored with Git LFS)
Binary file not shown.
BIN
assets/mi.svg
(Stored with Git LFS)
BIN
assets/mi.svg
(Stored with Git LFS)
Binary file not shown.
@ -37,7 +37,7 @@ app.use(views(__dirname + '/views', {
|
||||
}));
|
||||
|
||||
// Serve favicon
|
||||
app.use(favicon(`${client}/assets/favicon.ico`));
|
||||
app.use(favicon(`${client}/assets/favicon.png`));
|
||||
|
||||
// Common request handler
|
||||
app.use(async (ctx, next) => {
|
||||
|
@ -13,7 +13,7 @@ html
|
||||
meta(name='theme-color' content='#86b300')
|
||||
meta(property='og:site_name' content= instanceName || 'Misskey')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||
link(rel='icon' href= icon || '/favicon.ico')
|
||||
link(rel='icon' href= icon || '/favicon.png')
|
||||
link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png')
|
||||
link(rel='manifest' href='/manifest.json')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user