Deploy Ladill Events / deploy (push) Successful in 30s
Remove route-based page titles and the uppercase subtitle line so mobile headers display a single title like Ladill Bird. Co-authored-by: Cursor <cursoragent@cursor.com>
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>
|