Remove X Spaces reference from Rooms copy.
Deploy Ladill Meet / deploy (push) Successful in 56s

Drop the third-party comparison from the Rooms index subtitle and neutralize the SpaceService docblock.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 19:23:37 +00:00
co-authored by Cursor
parent 63af522380
commit be8f76cd47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use App\Models\User;
class SpaceService class SpaceService
{ {
/** /**
* Resolve participant role for a Spaces-style room join. * Resolve participant role for an audio-only room join.
*/ */
public function resolveJoinRole(Room $room, ?User $user, string $fallbackRole = 'guest'): string public function resolveJoinRole(Room $room, ?User $user, string $fallbackRole = 'guest'): string
{ {
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<div> <div>
<h1 class="text-xl font-semibold text-slate-900">Rooms</h1> <h1 class="text-xl font-semibold text-slate-900">Rooms</h1>
<p class="mt-1 text-sm text-slate-500">Audio-only discussions with a host, assigned speakers, and listeners like X Spaces.</p> <p class="mt-1 text-sm text-slate-500">Audio-only discussions with a host, assigned speakers, and listeners.</p>
</div> </div>
<a href="{{ route('meet.spaces.create') }}" class="btn-primary">Create room</a> <a href="{{ route('meet.spaces.create') }}" class="btn-primary">Create room</a>
</div> </div>