Skip to content

Commit 8141da2

Browse files
committed
UP
1 parent 9841cf6 commit 8141da2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/views/livewire/board.blade.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ class="absolute inset-0 bg-white/40 dark:bg-gray-900/40 z-10 backdrop-blur-sm fl
2323
</div>
2424
</div>
2525

26-
<!-- Board Header with filters or actions could go here -->
27-
<div class="flex items-center justify-between mb-4 px-3">
28-
<h2 class="text-lg font-medium text-gray-900 dark:text-white">{{ $config['pluralRecordLabel'] ?? 'Cards' }} Board</h2>
29-
30-
<!-- Optional board-level actions could go here -->
31-
</div>
32-
3326
<!-- Board Content -->
3427
<div class="flex-1 overflow-hidden">
3528
<div class="flex flex-row h-full overflow-x-auto overflow-y-hidden py-4 px-2 gap-5 kanban-board pb-4">

0 commit comments

Comments
 (0)