Skip to content

Commit

Permalink
chore: revert sidebar link for drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Aug 9, 2024
1 parent 8f83dea commit 11d4749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/SideBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Icon src={Users} slot="lead" class="h-8" />
<span>Users</span>
</AppRailAnchor>
<AppRailAnchor href="/dashboard/drafts/" selected={pathname.startsWith('/dashboard/drafts/')}>
<AppRailAnchor href="/dashboard/drafts/" selected={pathname === '/dashboard/drafts/'}>
<Icon src={ClipboardDocumentList} slot="lead" class="h-8" />
<span>Drafts</span>
</AppRailAnchor>
Expand Down

0 comments on commit 11d4749

Please sign in to comment.