Deploy Ladill Meet / deploy (push) Successful in 47s
Redesign public join flows on the Frontdesk kiosk template, enforce host admission when waiting room is enabled, and collect star ratings after leave. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
306 B
PHP
9 lines
306 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="h-8 w-auto max-w-[220px] object-contain object-left">
|
|
</div>
|