2026-05-14 Gate 1 local. Small UX fix: <button> elements don't show the pointer cursor by default. Adds cursor-pointer to the two interactive POS controls the user flagged — the expandable "Point of Sale" group in the dark sidebar nav, and the register-card CTA (Open Register / Continue Selling).
cursor-pointer added to the NavGroupItem <button> base className in sidebar.tsx. Hovering the expandable group row now shows the hand cursor (the child links were already anchors → fine).cursor-pointer added to the CTA <button> in pos-landing.tsx. Hovering "Open Register" / "Continue Selling" now shows the hand cursor.✓ Sidebar 'Point of Sale' group button (NavGroupItem) has cursor-pointer ✓ POS card CTA button (Open Register / Continue Selling) has cursor-pointer
edited: components/layout/sidebar.tsx + cursor-pointer on the NavGroupItem button app/(authed)/pos/pos-landing.tsx + cursor-pointer on the RegisterCard CTA button