<% if current_account.logo.attached? %>
<%= image_tag rails_blob_path(current_account.logo, disposition: 'inline'), class: 'w-12 h-12 object-contain bg-white rounded', alt: current_account.name %> <%= current_account.logo.filename %>
<%= button_to 'Remove', settings_account_logo_path, method: :delete, class: 'btn btn-sm btn-outline btn-error', data: { turbo_confirm: 'Remove the uploaded logo?' } %>
<% end %> <%= form_with url: settings_account_logo_path, method: :post, multipart: true, html: { class: 'space-y-3', autocomplete: 'off' } do %>
<% end %>

Replaces the default WaboSign mark on the sign-in page, signing flow, dashboard navbar, share-link QR page, and audit-trail PDFs. Browser favicons and the PWA manifest icon stay on the default brand.