mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 08:25:04 +03:00
leap: removing notifications from index
This commit is contained in:
parent
c61a668c81
commit
1e21dd43eb
@ -88,7 +88,6 @@ const otherIndex = function(config) {
|
|||||||
const other = [];
|
const other = [];
|
||||||
const idx = {
|
const idx = {
|
||||||
mychannel: result('My Channels', '/~landscape/home', 'home', null),
|
mychannel: result('My Channels', '/~landscape/home', 'home', null),
|
||||||
updates: result('Notifications', '/~notifications', 'inbox', null),
|
|
||||||
profile: result('Profile', `/~profile/~${window.ship}`, 'profile', null),
|
profile: result('Profile', `/~profile/~${window.ship}`, 'profile', null),
|
||||||
messages: result('Messages', '/~landscape/messages', 'messages', null),
|
messages: result('Messages', '/~landscape/messages', 'messages', null),
|
||||||
logout: result('Log Out', '/~/logout', 'logout', null)
|
logout: result('Log Out', '/~/logout', 'logout', null)
|
||||||
|
Loading…
Reference in New Issue
Block a user