setLogoUrl(newUrl)}
uploadAction={uploadClientLogo}
deleteAction={deleteClientLogo}
size="xl"
/>
{clientName}
{/* Rest of client details */}
);
};
```
### Ticket Conversation with User Avatars
```tsx
import { UserAvatar, ContactAvatar } from '@alga-psa/ui';
const TicketComment = ({ comment, author, isContact }) => {
return (