diff --git a/resources/views/components/candidates/turnouts-table.blade.php b/resources/views/components/candidates/turnouts-table.blade.php index 9a787fc..0eb7123 100644 --- a/resources/views/components/candidates/turnouts-table.blade.php +++ b/resources/views/components/candidates/turnouts-table.blade.php @@ -24,10 +24,9 @@ {{ $item['name'] }} - + {{ $item['party'] }} - @endforeach @@ -43,5 +42,4 @@ @endif - diff --git a/resources/views/components/election/header.blade.php b/resources/views/components/election/header.blade.php index 96b9fb2..c1faa5b 100644 --- a/resources/views/components/election/header.blade.php +++ b/resources/views/components/election/header.blade.php @@ -5,5 +5,10 @@ {{ $election->title }} + + @if ($election->subtitle) + / + {{ $election->subtitle }} + @endif diff --git a/resources/views/components/table/td.blade.php b/resources/views/components/table/td.blade.php index de2ffe4..6ddb308 100644 --- a/resources/views/components/table/td.blade.php +++ b/resources/views/components/table/td.blade.php @@ -2,7 +2,7 @@ class([ - 'px-3 py-4 text-sm font-semibold text-gray-500 whitespace-nowrap', + 'px-3 py-4 text-sm font-semibold text-gray-500', match ($align) { 'left' => 'text-left', 'right' => 'text-right', diff --git a/resources/views/components/timeline/index.blade.php b/resources/views/components/timeline/index.blade.php index ba761e7..7e84e8f 100644 --- a/resources/views/components/timeline/index.blade.php +++ b/resources/views/components/timeline/index.blade.php @@ -75,7 +75,7 @@ class="text-xl font-bold text-slate-900" $isLiveGroup = $isLiveElectionGroup($elections); @endphp -
  • +