Remove Meeting ended eyebrow from leave feedback page.
Deploy Ladill Meet / deploy (push) Successful in 35s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 14:36:30 +00:00
co-authored by Cursor
parent 9b4eab4848
commit 57356be9b6
+1 -1
View File
@@ -1,4 +1,4 @@
<x-meet-kiosk-layout :title="'You left · '.$room->title" :organization="$organization" eyebrow="Meeting ended">
<x-meet-kiosk-layout :title="'You left · '.$room->title" :organization="$organization">
<div class="flex min-h-[calc(100vh-8rem)] flex-col items-center justify-center">
<form method="POST" action="{{ route('meet.left.feedback', $session) }}"
x-data="leaveFeedback"