-
Update
src/components/GoalTracker.tsxto replace the currentgoals.length === 0text with the reusable<EmptyState />component. -
Add a primary “Create Goal” CTA in the empty state.
-
Make the CTA scroll to the existing inline goal creation form inside
GoalTracker. -
Ensure the UI remains accessible (aria) and responsive.
-
Run tests/build/lint to confirm no console/type errors.