{envelopeData.settings.brandingEnabled && envelopeData.settings.brandingLogo ? (

) : (
<>
>
)}
{envelope.title}
{envelope.title}
{match(recipient.role)
.with(RecipientRole.VIEWER, () => Viewer)
.with(RecipientRole.SIGNER, () => Signer)
.with(RecipientRole.APPROVER, () => Approver)
.with(RecipientRole.ASSISTANT, () => Assistant)
.otherwise(() => null)}
{/* Right side - Desktop content */}