========================================
[Sun Feb  8 23:59:14 AEDT 2026] CC VPS triggered by Rivet
========================================

Task:
Fix: Dead phone button in messages/[conversationId]/page.tsx:228 renders phone icon with no onClick. Since calling functionality isn't implemented yet, remove the phone button entirely to avoid confusing users. Keep the UI clean - just remove the icon button.
----------------------------------------

Done! Removed the non-functional phone button from the messages header (`src/app/(authenticated)/messages/[conversationId]/page.tsx:228`). The button had no onClick handler and calling isn't implemented yet, so removing it keeps the UI clean and prevents user confusion. The MoreVertical (three-dot menu) button remains for future options.

**Changed:**
- Removed Phone icon button and its container
- Removed unused Phone import from lucide-react

Built successfully, committed, and pushed to main.

----------------------------------------
[Mon Feb  9 00:00:26 AEDT 2026] Task finished (exit code: 0)
