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>
|
<div className="pt-4"></div>
|
||||||
|
|
||||||
{/* Board tech dark */}
|
{/* 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) => (
|
{visibleColumns.map((column) => (
|
||||||
<KanbanColumn
|
<KanbanColumn
|
||||||
key={column.id}
|
key={column.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user