You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix active route CSS issue for Overview link in TOC
This commit resolves a styling issue where the "Overview" link in the table of contents was not highlighted when navigating to /solid-router or /solid-start.
The problem stemmed from a missing trailing slash in the URL, causing the active route matching logic to fail. As a result, users could not easily identify their current section, leading to confusion during navigation.
0 commit comments