forked from FoundKeyGang/FoundKey
re-add federation and emojis to menu
This commit is contained in:
parent
9e0936284c
commit
f2ebf77ab1
1 changed files with 10 additions and 0 deletions
|
@ -148,6 +148,16 @@ export const menuDef = reactive({
|
|||
icon: 'fas fa-satellite-dish',
|
||||
to: '/channels',
|
||||
},
|
||||
federation: {
|
||||
title: 'federation',
|
||||
icon: 'fas fa-globe',
|
||||
to: '/about#federation',
|
||||
},
|
||||
emojis: {
|
||||
title: 'emojis',
|
||||
icon: 'fas fa-laugh',
|
||||
to: '/about#emojis',
|
||||
},
|
||||
ui: {
|
||||
title: 'switchUi',
|
||||
icon: 'fas fa-columns',
|
||||
|
|
Loading…
Reference in a new issue