Files
ladill-meet/resources/views/meet/room/partials/meet-icon.blade.php
T
isaaccladandCursor a546d2f0c0
Deploy Ladill Meet / deploy (push) Successful in 2m24s
Polish in-meeting UI with custom icons and dismissible chat.
Use meet-icons assets for raise hand, applause, upload, and screen share; move More after lock, redesign the more menu and chat panel with bubbles and close controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 08:14:13 +00:00

4 lines
173 B
PHP

@props(['icon', 'class' => 'h-5 w-5'])
<img src="{{ asset('images/meet-icons/'.$icon.'.svg') }}" alt="" {{ $attributes->merge(['class' => 'meet-toolbar-icon '.$class]) }}>