Deploy Ladill Meet / deploy (push) Successful in 1m5s
Recreate spotlight tiles with video on switch, limit regular meetings to four primary controls before More, and align mobile notification badge with desktop.
7 lines
186 B
PHP
7 lines
186 B
PHP
@php
|
|
$title = $mobileTopbarTitle ?? 'Ladill';
|
|
@endphp
|
|
<div class="min-w-0 flex-1 lg:hidden">
|
|
<h1 class="truncate text-base font-semibold text-slate-900">{{ $title }}</h1>
|
|
</div>
|