diff --git a/public/favicon.ico b/public/favicon.ico index 0280252..90a2eab 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue index 3e6596f..2b1c114 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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'; diff --git a/src/assets/logo.png b/src/assets/logo.png deleted file mode 100644 index f3d2503..0000000 Binary files a/src/assets/logo.png and /dev/null differ diff --git a/src/assets/logo.svg b/src/assets/logo.svg index c9b0438..f1dfb58 100644 --- a/src/assets/logo.svg +++ b/src/assets/logo.svg @@ -1,5 +1,3 @@ - - - - + + diff --git a/src/components/Home.vue b/src/components/Home.vue index 52b27e2..872db70 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -4,7 +4,7 @@ - + diff --git a/src/components/Join.vue b/src/components/Join.vue index 2020fa3..8e0d464 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -121,7 +121,7 @@
- +
{{ $t("project.name") }} diff --git a/src/components/Login.vue b/src/components/Login.vue index 8bdc836..59b8702 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -8,6 +8,7 @@ src="@/assets/logo.svg" width="32" height="32" + contain xclass="d-inline-block header-button-left" />