Skip to content

Commit ce9f28c

Browse files
🐛 Fixed contributor user menu Posts link navigating to wrong route (#26716)
ref https://linear.app/ghost/issue/ONC-1512/ - Fixed the "Posts" link in the contributor user menu pointing to `/` instead of `/posts`, causing navigation to the wrong route
1 parent 2195cb5 commit ce9f28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/admin/src/layout/app-sidebar/user-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function ContributorUserMenu() {
222222
</UserMenuHeader>
223223
<DropdownMenuSeparator />
224224
<UserMenuItem>
225-
<Link to="/">
225+
<Link to="/posts">
226226
<LucideIcon.FileText />
227227
<UserMenuItem.Label>Posts</UserMenuItem.Label>
228228
</Link>

0 commit comments

Comments
 (0)