Feat: emoji picker profile
This commit is contained in:
parent
8205e30311
commit
9ec48aa0f6
|
@ -27,6 +27,11 @@ function toolsMenuItems(): MenuItem[] {
|
||||||
to: '/clicker',
|
to: '/clicker',
|
||||||
text: '●👈',
|
text: '●👈',
|
||||||
icon: 'ti ti-cookie',
|
icon: 'ti ti-cookie',
|
||||||
|
}, {
|
||||||
|
type: 'link',
|
||||||
|
to: '/bubble-game',
|
||||||
|
text: i18n.ts.bubbleGame,
|
||||||
|
icon: 'ti ti-apple',
|
||||||
}, ($i && ($i.isAdmin || $i.policies.canManageCustomEmojis)) ? {
|
}, ($i && ($i.isAdmin || $i.policies.canManageCustomEmojis)) ? {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
to: '/custom-emojis-manager',
|
to: '/custom-emojis-manager',
|
||||||
|
|
Loading…
Reference in New Issue