|Mastery Graph|DEPLOYED
Make domain and playbook cards left-click navigable
The Link>Card pattern produced an inline <a> wrapping a block <div>, which is invalid HTML — left-click navigation broke silently on some browsers (right-click "open in new tab" still worked because the
The Link>Card pattern produced an inline <a> wrapping a block <div>, which is invalid HTML — left-click navigation broke silently on some browsers (right-click "open in new tab" still worked because the href was present). Add className="block h-full" to the Link so the anchor is block-level and matches the card's bounding box.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files Changed
Commit:5f03ad3