leap: removing notifications from index

This commit is contained in:
Hunter Miller 2021-09-22 13:59:05 -05:00
parent c61a668c81
commit 1e21dd43eb

View File

@ -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)