Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Nov 14, 2023
1 parent 33d56e0 commit 3b7b2d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions resources/views/livewire/online-event-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ class="inline-flex items-center ml-2 px-1 py-1 border border-transparent text-xs


</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 text-center">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
{{$event->highlighted_status}}
</span>
</td>
{{-- <td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 text-center">--}}
{{-- <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">--}}
{{-- {{$event->highlighted_status == 'PROMOTED'}}--}}
{{-- </span>--}}
{{-- </td>--}}
<td class="px-6 py-4 whitespace-no-wrap text-center border-b border-gray-200 text-sm leading-5 font-medium">
{{-- <a href="#" class="text-indigo-600 hover:text-indigo-900">Edit</a>--}}
<span class="inline-flex rounded-md shadow-sm">
Expand Down
6 changes: 3 additions & 3 deletions resources/views/online-calendar/admin/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
<th class="px-6 py-3 border-b border-gray-200 bg-gray-50 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
Country
</th>
<th class="px-6 py-3 border-b border-gray-200 bg-gray-50 text-center text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
Status
</th>
{{-- <th class="px-6 py-3 border-b border-gray-200 bg-gray-50 text-center text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">--}}
{{-- Status--}}
{{-- </th>--}}
<th class="px-6 py-3 border-b border-gray-200 bg-gray-50 text-center text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider align-center">
Actions
</th>
Expand Down

0 comments on commit 3b7b2d4

Please sign in to comment.