favicon matches room logo
This commit is contained in:
parent
38e6dfa0e6
commit
f042e61154
3 changed files with 24 additions and 4 deletions
|
|
@ -22,7 +22,8 @@ const routes = [
|
|||
name: 'Chat',
|
||||
component: Chat,
|
||||
meta: {
|
||||
includeRoom: true
|
||||
includeRoom: true,
|
||||
includeFavicon: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -32,7 +33,8 @@ const routes = [
|
|||
props: true,
|
||||
meta: {
|
||||
title: 'Info',
|
||||
includeRoom: true
|
||||
includeRoom: true,
|
||||
includeFavicon: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -40,7 +42,8 @@ const routes = [
|
|||
name: 'Profile',
|
||||
component: Profile,
|
||||
meta: {
|
||||
title: 'Profile'
|
||||
title: 'Profile',
|
||||
includeFavicon: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue