Deploy Ladill Queue / deploy (push) Successful in 35s
Welcome screen, choice cards, form progress, and success state now follow the same lobby-tablet visual language with idle reset. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
190 B
PHP
8 lines
190 B
PHP
<div class="fixed left-0 top-0 z-20 p-6">
|
|
<img
|
|
src="{{ $logoUrl }}"
|
|
alt="{{ $logoAlt }}"
|
|
class="h-8 w-auto max-w-[220px] object-contain object-left"
|
|
>
|
|
</div>
|