chore: update binary database file
- Updated the binary database file to reflect recent changes in the schema and data structure.
This commit is contained in:
@@ -88,7 +88,7 @@ export function KanbanBoard({ tasks, onCreateTask, onDeleteTask, onEditTask, onU
|
||||
<div className="pt-4"></div>
|
||||
|
||||
{/* Board tech dark */}
|
||||
<div className="flex-1 flex gap-6 overflow-x-auto p-6">
|
||||
<div className="flex-1 flex gap-3 overflow-x-auto p-6">
|
||||
{visibleColumns.map((column) => (
|
||||
<KanbanColumn
|
||||
key={column.id}
|
||||
|
||||
Reference in New Issue
Block a user