From b4121082f749e1597225418603a705dc03e2ef6c Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Fri, 24 Jul 2026 22:13:53 +0200 Subject: [PATCH] fix: add end prop to all NavLinks to prevent prefix-matching activation --- frontend/src/components/layout/Sidebar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index cf9600d..0482393 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -156,6 +156,7 @@ export function Sidebar() {
  • clsx( 'flex items-center gap-3 px-3 py-2.5 rounded-md text-sm font-medium min-h-touch', @@ -205,6 +206,7 @@ export function Sidebar() {
  • clsx( 'flex items-center gap-2 px-3 py-2 rounded-md text-sm min-h-touch', @@ -232,6 +234,7 @@ export function Sidebar() {
  • clsx( 'flex items-center gap-3 px-3 py-2.5 rounded-md text-sm font-medium min-h-touch',