Skip to content

Commit

Permalink
Update matrix-choice.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Nov 4, 2023
1 parent e4f7826 commit c5abf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/matrix-choice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<table class="w-full table-auto divide-y divide-gray-200 dark:divide-white/5 bg-white dark:bg-gray-900">
<thead>
<tr class="p-2 bg-gray-50 dark:bg-gray-800">
<td class=""></td>
<td></td>
@foreach($columnData as $column)
<td class="p-2 text-center">{{ $column }}</td>
@endforeach
Expand Down

0 comments on commit c5abf4c

Please sign in to comment.