P1: Header CTA button uses plain Link instead of Button component #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P1 — High
File: src/components/layout/Header.jsx ~line 40
Problem: Request Consultation link uses plain Link with inline Tailwind classes instead of the Button component.
Impact: Inconsistent styling, missing disabled state handling.
Fix: Use Button component with asChild prop wrapping Link.