mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
97dbfe6350
The Link element inside sidebar page items only spanned the width of its text content, so clicking to the right of the text on a sidebar item did nothing. Move padding and flex layout into the Link so it fills the entire li container, matching how integration-link.tsx already works.