We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9841cf6 commit 8141da2Copy full SHA for 8141da2
resources/views/livewire/board.blade.php
@@ -23,13 +23,6 @@ class="absolute inset-0 bg-white/40 dark:bg-gray-900/40 z-10 backdrop-blur-sm fl
23
</div>
24
25
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
33
<!-- Board Content -->
34
<div class="flex-1 overflow-hidden">
35
<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