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: remove <base> tag, restore url() helper for clean link handling
The <base> tag broke fragment links (#anchor resolved to root page
instead of current page) and required workarounds. Revert to the
url() helper which prefixes paths with basePath at render time.
Fragment links (#tokens, #main) now work correctly on all pages.
Skip link works on every page without JavaScript hacks.
Add side-nav web component with IntersectionObserver to highlight
the current section in the design system page as the user scrolls.
Copy file name to clipboardExpand all lines: src/design/components/header/examples.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export function HeaderExamples() {
6
6
<h2>Header</h2>
7
7
<p>Site-wide header with brand wordmark and primary navigation. Renders as a <code><header></code> landmark with <code>aria-label="Primary"</code> navigation.</p>
0 commit comments