Skip to content

Commit

Permalink
chore: fixes coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 21, 2024
1 parent a4d2ab3 commit 1685406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class="h-12 w-12 rounded-full"
@if ($user->is_verified)
<x-icons.verified
:color="$user->right_color"
class="ml-1 mt-0.5 flex-shrink-0 h-4 w-4"
class="ml-1 mt-0.5 h-4 w-4 flex-shrink-0"
/>
@endif
</div>
Expand Down

0 comments on commit 1685406

Please sign in to comment.