remove to-ico dependency, use png favicon

This commit is contained in:
les
2021-07-28 10:02:04 +02:00
parent 4b3f842546
commit 45a22b094a
10 changed files with 33 additions and 94 deletions

View File

@@ -37,7 +37,7 @@ export default {
.embed_event {
display: flex;
transition: margin .1s;
background: url('/favicon.ico') no-repeat right 5px bottom 5px;
background: url('/logo.png') no-repeat right 5px bottom 5px;
background-size: 32px;
background-color: #1f1f1f;
text-decoration: none;