diff --git a/repo/menu/client.mjs b/repo/menu/client.mjs index 8a057e7..62b06e7 100644 --- a/repo/menu/client.mjs +++ b/repo/menu/client.mjs @@ -11,7 +11,7 @@ const notificationsURL = 'https://notion-enhancer.github.io/notifications.json'; export default async function ({ env, fs, storage, registry, web }, db) { web.addHotkeyListener(await db.get(['hotkey']), env.focusMenu); - const sidebarSelector = '.notion-sidebar-container .notion-sidebar > div:nth-child(4)'; + const sidebarSelector = '.notion-sidebar-container .notion-sidebar > div:nth-child(3) > div > div:nth-child(2)'; await web.whenReady([sidebarSelector]); const $sidebarLink = web.html`