Deploy Ladill Meet / deploy (push) Successful in 35s
Cap customer-facing logos at 50vw on phones, tighten leave-feedback layout, and show icon-only share plus a blinking record dot on mobile. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
341 B
PHP
9 lines
341 B
PHP
@php
|
|
use App\Support\OrganizationBranding;
|
|
@endphp
|
|
<div class="fixed left-0 top-0 z-20 p-6">
|
|
<img src="{{ OrganizationBranding::logoUrl($organization) }}"
|
|
alt="{{ OrganizationBranding::logoAlt($organization) }}"
|
|
class="public-brand-logo h-8 w-auto max-w-[220px] object-contain object-left sm:max-w-[220px]">
|
|
</div>
|