File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/tailwind/components/table Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
{{ $attributes -> merge (array_merge ([' class' => ' px-3 py-2 md:px-6 md:py-3 bg-gray-50 dark:bg-gray-800' ], $customAttributes )) } }
12
12
>
13
13
@unless ($sortingEnabled && $sortable )
14
- <span class =" block text-left text- xs leading-4 font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400" >
14
+ <span class =" block text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400" >
15
15
{{ $text ?? $slot } }
16
16
</span >
17
17
@else
18
18
<button
19
19
wire:click =" sortBy('{{ $column } } ', '{{ $text ?? $column } } ')"
20
20
{{ $attributes -> except (' class' ) } }
21
- class =" flex items-center space-x-1 text-left text- xs leading-4 font-medium text-gray-500 uppercase tracking-wider group focus:outline-none focus:underline dark:text-gray-400"
21
+ class =" flex items-center space-x-1 text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider group focus:outline-none focus:underline dark:text-gray-400"
22
22
>
23
23
<span >{{ $text ?? $slot } } </span >
24
24
You can’t perform that action at this time.
0 commit comments