Merge pull request #855 from h3poteto/iss-843
refs #843 Add mention timeline to jump list
This commit is contained in:
commit
5297560248
|
@ -15,6 +15,10 @@ const Jump = {
|
||||||
name: i18n.t('side_menu.notification'),
|
name: i18n.t('side_menu.notification'),
|
||||||
path: 'notifications'
|
path: 'notifications'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: i18n.t('side_menu.mention'),
|
||||||
|
path: 'mentions'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: i18n.t('side_menu.favourite'),
|
name: i18n.t('side_menu.favourite'),
|
||||||
path: 'favourites'
|
path: 'favourites'
|
||||||
|
|
Loading…
Reference in New Issue