mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Adjust inbox tab memory and badge counts
This commit is contained in:
parent
21d2b075e7
commit
a503d2c12c
8 changed files with 90 additions and 26 deletions
|
|
@ -73,7 +73,7 @@ export function Sidebar() {
|
|||
</button>
|
||||
<SidebarNavItem to="/dashboard" label="Dashboard" icon={LayoutDashboard} liveCount={liveRunCount} />
|
||||
<SidebarNavItem
|
||||
to="/inbox/all"
|
||||
to="/inbox"
|
||||
label="Inbox"
|
||||
icon={Inbox}
|
||||
badge={inboxBadge.inbox}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue