New logotype

This commit is contained in:
N-Pex 2023-01-24 20:57:01 +01:00 committed by n8fr8
parent b0dcb4602b
commit 1963ecaff6
7 changed files with 6 additions and 7 deletions

View file

@ -145,7 +145,7 @@ export default {
},
favicon() {
var favicon = undefined;
var favicon = 'favicon.ico';
if (this.$route.meta.includeFavicon) {
if (this.$matrix.currentRoom) {
favicon = this.$matrix.currentRoom.avatar || 'favicon.ico';