From f90d2717359aac2d1899a1ce98a002a40d175216 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Mon, 10 Aug 2026 01:43:41 +0200 Subject: [PATCH] 109 - Rename bare rounded to rounded-sm --- resources/views/auth/login.blade.php | 2 +- resources/views/livewire/channels.blade.php | 2 +- resources/views/livewire/routes.blade.php | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 8f0096a0..be521ce5 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -32,7 +32,7 @@
diff --git a/resources/views/livewire/channels.blade.php b/resources/views/livewire/channels.blade.php index 9fa42e90..d4d37fc5 100644 --- a/resources/views/livewire/channels.blade.php +++ b/resources/views/livewire/channels.blade.php @@ -131,7 +131,7 @@ class="inline-flex items-center px-4 py-2 bg-blue-600 text-white text-sm font-me

Available Accounts

@foreach ($availableAccounts as $account) -
+
{{ $account->username }}