As a preliminary step to introducing the user profile menu component, we need to update the modal component. This diff makes two changes to the Modal component API
- Made the name prop optional
- introduce secondaryHeaderButton
Linear task: https://linear.app/comm/issue/ENG-5190/update-modal-component
Depends on D9447